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? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | 張??Z占 | 10010010101000110011111100111111010110101001000011101000 | 92a33f3f5a90e8 |
EUC-JP | 張??Z占 | 11000100101001010011111100111111010110101100000011101010 | c4a53f3f5ac0ea |
UTF-8 | 張잓눈Z占 | 11100101101111001011010111101100100111101001001111101011100010001000100001011010111001011000110110100000 | e5bcb5ec9e93eb88885ae58da0 |
UHC | 張잓눈Z占 | 111011011110010110011111111010011011010010101011010110101110111110111111 | ede59fe9b4ab5aefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)