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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 萸⑨?萸⑨?^ | 1110010011001110100001110100100000111111111001001100111010000111010010000011111101011110 | e4ce87483fe4ce87483f5e |
EUC-JP | 萸??萸??^ | 111010001101000000111111001111111110100011010000001111110011111101011110 | e8d03f3fe8d03f3f5e |
UTF-8 | 萸⑨쫷萸⑨쫷^ | 11101000100100001011100011100010100100011010100011101100101010111011011111101000100100001011100011100010100100011010100011101100101010111011011101011110 | e890b8e291a8ecabb7e890b8e291a8ecabb75e |
UHC | 萸⑨쫷萸⑨쫷^ | 11101011101011011010100011101111101001101000111011101011101011011010100011101111101001101000111001011110 | ebada8efa68eebada8efa68e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)