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 | 11100101110100110111101011100101110100110111101001000010 | e5d37ae5d37a42 |
EUC-JP | 衲z衲zB | 11101010110101010111101011101010110101010111101001000010 | ead57aead57a42 |
UTF-8 | 衲z衲zB | 111010001010000110110010011110101110100010100001101100100111101001000010 | e8a1b27ae8a1b27a42 |
UHC | 衲z衲zB | 11010010101001000111101011010010101001000111101001000010 | d2a47ad2a47a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)