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 | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-WIN | 鳶??熬?Z | 1001001111001110001111110011111111100000100100100011111101011010 | 93ce3f3fe0923f5a |
EUC-JP | 鳶??熬?Z | 1100011011010000001111110011111111011111111100100011111101011010 | c6d03f3fdff23f5a |
UTF-8 | 鳶멩뿦熬뻙Z | 11101001101100111011011011101011101010011010100111101011101111111010011011100111100001101010110011101011101110111001100101011010 | e9b3b6eba9a9ebbfa6e786acebbb995a |
UHC | 鳶멩뿦熬뻙Z | 1110011011101001101110001110011010010111101001101110100010100010100101100110001101011010 | e6e9b8e697a6e8a296635a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)