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 | 10011010101111110111101010011010101111110111101001000010 | 9abf7a9abf7a42 |
EUC-JP | 堊z堊zB | 11010100110000010111101011010100110000010111101001000010 | d4c17ad4c17a42 |
UTF-8 | 堊z堊zB | 111001011010000010001010011110101110010110100000100010100111101001000010 | e5a08a7ae5a08a7a42 |
UHC | 堊z堊zB | 11100100101111100111101011100100101111100111101001000010 | e4be7ae4be7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)