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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 甑????? | 10001101100110010011111100111111001111110011111100111111 | 8d993f3f3f3f3f |
EUC-JP | 甑????? | 10111001111110010011111100111111001111110011111100111111 | b9f93f3f3f3f3f |
UTF-8 | 甑흘렣띳렰렰 | 111001111001010010010001111011011001110110011000111010111010000010100011111010111001110110110011111010111010000010110000111010111010000010110000 | e79491ed9d98eba0a3eb9db3eba0b0eba0b0 |
UHC | 甑흘렣띳렰렰 | 111100011111011111001000111010101000111010110100101101101111000110001110101111011000111010111101 | f1f7c8ea8eb4b6f18ebd8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)