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 | 11101000101110000011111111101000101110000011111101000010 | e8b83fe8b83f42 |
EUC-JP | 雕?雕?B | 11110000101110100011111111110000101110100011111101000010 | f0ba3ff0ba3f42 |
UTF-8 | 雕됨雕됨B | 11101001100110111001010111101011100100001010100011101001100110111001010111101011100100001010100001000010 | e99b95eb90a8e99b95eb90a842 |
UHC | 雕됨雕됨B | 111100001110011110110101110010101111000011100111101101011100101001000010 | f0e7b5caf0e7b5ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)