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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 淫l?B | 100010001111101010000010100011000011111101000010 | 88fa828c3f42 |
EUC-JP | 淫l?B | 101100001111110010100011111011000011111101000010 | b0fca3ec3f42 |
UTF-8 | 淫l꺑B | 11100110101101111010101111101111101111011000110011101010101110101001000101000010 | e6b7abefbd8ceaba9142 |
UHC | 淫l꺑B | 11101011111000101010001111101100100000111011011101000010 | ebe2a3ec83b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)