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 | ????A? | 001111110011111100111111001111110100000100111111 | 3f3f3f3f413f |
SJIS-WIN | 陝抵ス」A闢 | 111010001001111110010010111011111011110110100011010000011110100010010011 | e89f92efbda341e893 |
EUC-JP | 陝抵ス」A闢 | 1111000010100001110001001111000110001110101111011000111010100011010000011110111111110011 | f0a1c4f18ebd8ea341eff3 |
UTF-8 | 陝抵ス」A闢 | 11101001100110011001110111100110100010101011010111101111101111011011110111101111101111011010001101000001111010011001011110100010 | e9999de68ab5efbdbdefbda341e997a2 |
UHC | 陝抵??A闢 | 111000001110110111101110101111010011111100111111010000011101110010100011 | e0edeebd3f3f41dca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)