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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 蛙z蛙zB | 10001010010111100111101010001010010111100111101001000010 | 8a5e7a8a5e7a42 |
EUC-JP | 蛙z蛙zB | 10110011101111110111101010110011101111110111101001000010 | b3bf7ab3bf7a42 |
UTF-8 | 蛙z蛙zB | 111010001001101110011001011110101110100010011011100110010111101001000010 | e89b997ae89b997a42 |
UHC | 蛙z蛙zB | 11101000110000110111101011101000110000110111101001000010 | e8c37ae8c37a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)