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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遽・隍 | 1110011110101111101001011110100010100100 | e7afa5e8a4 |
EUC-JP | 遽・隍 | 111011101011000110001110101001011111000010100110 | eeb18ea5f0a6 |
UTF-8 | 遽・隍 | 111010011000000110111101111011111011110110100101111010011001101010001101 | e981bdefbda5e99a8d |
UHC | 遽?隍 | 1100101111101000001111111111110011011011 | cbe83ffcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)