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 | 遽・讀 | 1110011110101111101001011110011010100100 | e7afa5e6a4 |
EUC-JP | 遽・讀 | 111011101011000110001110101001011110110010100110 | eeb18ea5eca6 |
UTF-8 | 遽・讀 | 111010011000000110111101111011111011110110100101111010001010111010000000 | e981bdefbda5e8ae80 |
UHC | 遽?讀 | 1100101111101000001111111101010011000001 | cbe83fd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)