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 | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 盖獺z盖獺zB | 1110000110110011111000001101101001111010111000011011001111100000110110100111101001000010 | e1b3e0da7ae1b3e0da7a42 |
EUC-JP | 盖獺z盖獺zB | 1110001010110101111000001101110001111010111000101011010111100000110111000111101001000010 | e2b5e0dc7ae2b5e0dc7a42 |
UTF-8 | 盖獺z盖獺zB | 111001111001101110010110111001111000110110111010011110101110011110011011100101101110011110001101101110100111101001000010 | e79b96e78dba7ae79b96e78dba7a42 |
UHC | 盖獺z盖獺zB | 1100101111001100110100111011011101111010110010111100110011010011101101110111101001000010 | cbccd3b77acbccd3b77a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)