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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 支?淫? | 100011100111100000111111100010001111101000111111 | 8e783f88fa3f |
EUC-JP | 支?淫? | 101110111101100100111111101100001111110000111111 | bbd93fb0fc3f |
UTF-8 | 支렜淫렪 | 111001101001010010101111111010111010000010011100111001101011011110101011111010111010000010101010 | e694afeba09ce6b7abeba0aa |
UHC | 支렜淫렪 | 1111001010101000100011101010111011101011111000101000111010111000 | f2a88eaeebe28eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)