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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?ン癸∨B | 0011111110000011100100111110000110100001100000011100100101000010 | 3f8393e1a181c942 |
EUC-JP | ?ン癸∨B | 0011111110100101111100111110001010100011101000101100101101000010 | 3fa5f3e2a3a2cb42 |
UTF-8 | 뤚ン癸∨B | 11101011101001001001101011100011100000111011001111100111100110011011100011100010100010001010100001000010 | eba49ae383b3e799b8e288a842 |
UHC | 뤚ン癸∨B | 100011111100100110101011111100111100110110100100101000011111110101000010 | 8fc9abf3cda4a1fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)