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 | 罨壕叱糴 | 1110001110101010100011011000100010001110101101101110001011111001 | e3aa8d888eb6e2f9 |
EUC-JP | 罨壕叱糴 | 1110011010101100101110011110100010111100101110001110010011111011 | e6acb9e8bcb8e4fb |
UTF-8 | 罨壕叱糴 | 111001111011110110101000111001011010001110010101111001011000111110110001111001111011001110110100 | e7bda8e5a395e58fb1e7b3b4 |
UHC | ?壕叱? | 001111111111101110111101111100101110101000111111 | 3ffbbdf2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)