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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | 陝抵スゥ@ | 11101000100111111001001011101111101111011010100101000000 | e89f92efbda940 |
EUC-JP | 陝抵スゥ@ | 111100001010000111000100111100011000111010111101100011101010100101000000 | f0a1c4f18ebd8ea940 |
UTF-8 | 陝抵スゥ@ | 11101001100110011001110111100110100010101011010111101111101111011011110111101111101111011010100101000000 | e9999de68ab5efbdbdefbda940 |
UHC | 陝抵??@ | 11100000111011011110111010111101001111110011111101000000 | e0edeebd3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)