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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 啞??啞??^ | 1000111110110101111000000011111100111111100011111011010111100000001111110011111101011110 | 8fb5e03f3f8fb5e03f3f5e |
UTF-8 | 啞뚧뢄啞뚧뢄^ | 11100101100101011001111011101011100110101010011111101011101000101000010011100101100101011001111011101011100110101010011111101011101000101000010001011110 | e5959eeb9aa7eba284e5959eeb9aa7eba2845e |
UHC | 啞뚧뢄啞뚧뢄^ | 11100100101011111000110011100110100011101111111011100100101011111000110011100110100011101111111001011110 | e4af8ce68efee4af8ce68efe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)