To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ???絶??e^ | 001111110011111100111111100100001110001000111111001111110110010101011110 | 3f3f3f90e23f3f655e |
EUC-JP | ???絶??e^ | 001111110011111100111111110000001110010000111111001111110110010101011110 | 3f3f3fc0e43f3f655e |
UTF-8 | 欌띨쐠絶숋숲e^ | 1110011010101100100011001110101110011101101010001110110010010000101000001110011110110101101101101110110010001000100010111110110010001000101100100110010101011110 | e6ac8ceb9da8ec90a0e7b5b6ec888bec88b2655e |
UHC | 欌띨쐠絶숋숲e^ | 1110110111101011101101101110111010011100100001101110111110111110100110011110111110111101101000110110010101011110 | edebb6ee9c86efbe99efbda3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)