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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 耀??鳶?F | 1001011101110011001111110011111110010011110011100011111101000110 | 97733f3f93ce3f46 |
EUC-JP | 耀??鳶?F | 1100110111010100001111110011111111000110110100000011111101000110 | cdd43f3fc6d03f46 |
UTF-8 | 耀띹댒鳶쯐F | 11101000100000001000000011101011100111011011100111101011100011001001001011101001101100111011011011101100101011111001000001000110 | e88080eb9db9eb8c92e9b3b6ecaf9046 |
UHC | 耀띹댒鳶쯐F | 1110100110100101100011011110100010001000101110011110011011101001101010010100110001000110 | e9a58de888b9e6e9a94c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)