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 | 11100001010111000111101011100001010111000111101001000010 | e15c7ae15c7a42 |
EUC-JP | 畚z畚zB | 11100001101111010111101011100001101111010111101001000010 | e1bd7ae1bd7a42 |
UTF-8 | 畚z畚zB | 111001111001010110011010011110101110011110010101100110100111101001000010 | e7959a7ae7959a7a42 |
UHC | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)