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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 耀??鳶?B | 1001011101110011001111110011111110010011110011100011111101000010 | 97733f3f93ce3f42 |
EUC-JP | 耀??鳶?B | 1100110111010100001111110011111111000110110100000011111101000010 | cdd43f3fc6d03f42 |
UTF-8 | 耀띹댒鳶쯆B | 11101000100000001000000011101011100111011011100111101011100011001001001011101001101100111011011011101100101011111000011001000010 | e88080eb9db9eb8c92e9b3b6ecaf8642 |
UHC | 耀띹댒鳶쯆B | 1110100110100101100011011110100010001000101110011110011011101001101010010100001001000010 | e9a58de888b9e6e9a94242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)