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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 莨域梢c^ | 1110010010111100100010001110011010001111101111010110001101011110 | e4bc88e68fbd635e |
EUC-JP | 莨域梢c^ | 1110100010111110101100001110100010111110101111110110001101011110 | e8beb0e8bebf635e |
UTF-8 | 莨域梢c^ | 1110100010001110101010001110010110011111100111111110011010100010101000100110001101011110 | e88ea8e59f9fe6a2a2635e |
UHC | ?域梢c^ | 00111111111001101011010011110100111111100110001101011110 | 3fe6b4f4fe635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)