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 | 11100001111010010111101011100001111010010111101001000010 | e1e97ae1e97a42 |
EUC-JP | 硅z硅zB | 11100010111010110111101011100010111010110111101001000010 | e2eb7ae2eb7a42 |
UTF-8 | 硅z硅zB | 111001111010000110000101011110101110011110100001100001010111101001000010 | e7a1857ae7a1857a42 |
UHC | 硅z硅zB | 11010000101010010111101011010000101010010111101001000010 | d0a97ad0a97a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)