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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 熬??熬??B | 111000001001001000111111001111111110000010010010001111110011111101000010 | e0923f3fe0923f3f42 |
EUC-JP | 熬??熬??B | 110111111111001000111111001111111101111111110010001111110011111101000010 | dff23f3fdff23f3f42 |
UTF-8 | 熬믥떣熬믥떣B | 11100111100001101010110011101011101011111010010111101011100101101010001111100111100001101010110011101011101011111010010111101011100101101010001101000010 | e786acebafa5eb96a3e786acebafa5eb96a342 |
UHC | 熬믥떣熬믥떣B | 11101000101000101001001011100111100010111011011111101000101000101001001011100111100010111011011101000010 | e8a292e78bb7e8a292e78bb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)