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 | 鳶??央?? | 1001001111001110001111110011111110001001100110110011111100111111 | 93ce3f3f899b3f3f |
EUC-JP | 鳶??央?? | 1100011011010000001111110011111110110001111110110011111100111111 | c6d03f3fb1fb3f3f |
UTF-8 | 鳶멩뿦央뉔콌 | 111010011011001110110110111010111010100110101001111010111011111110100110111001011010010010101110111010111000100110010100111011001011110110001100 | e9b3b6eba9a9ebbfa6e5a4aeeb8994ecbd8c |
UHC | 鳶멩뿦央뉔콌 | 111001101110100110111000111001101001011110100110111001001110011110000111111010011011000110001000 | e6e9b8e697a6e4e787e9b188 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)