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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齎詐? | 1110011011011000100011011011110000111111 | e6d88dbc3f |
EUC-JP | 齎詐? | 1110110011011010101110101011111000111111 | ecdababe3f |
UTF-8 | 齎詐렯 | 111010011011110110001110111010001010100110010000111010111010000010101111 | e9bd8ee8a990eba0af |
UHC | 齎詐렯 | 111011101011001011011110111100011000111010111100 | eeb2def18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)