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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉗「逋「 | 111001111110011110100010111001111001100110100010 | e7e7a2e799a2 |
EUC-JP | 鉗「逋「 | 1110111011101001100011101010001011101101111110011000111010100010 | eee98ea2edf98ea2 |
UTF-8 | 鉗「逋「 | 111010011000100110010111111011111011110110100010111010011000000010001011111011111011110110100010 | e98997efbda2e9808befbda2 |
UHC | 鉗?逋? | 110011001100011000111111111110001110011100111111 | ccc63ff8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)