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 | 豫??詣?? | 1001100010101100001111110011111110001100011101110011111100111111 | 98ac3f3f8c773f3f |
EUC-JP | 豫??詣?? | 1101000010101110001111110011111110110111110110000011111100111111 | d0ae3f3fb7d83f3f |
UTF-8 | 豫잏윪詣며웻 | 111010001011000110101011111011001001111010001111111011001001110010101010111010001010100110100011111010111010100110110000111011001001101110111011 | e8b1abec9e8fec9caae8a9a3eba9b0ec9bbb |
UHC | 豫잏윪詣며웻 | 111001111110001110011111111001111001111110101001111001111110000110111000111001111001111110000111 | e7e39fe79fa9e7e1b8e79f87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)