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 | 11100001110100010111101011100001110100010111101001000010 | e1d17ae1d17a42 |
EUC-JP | 瞋z瞋zB | 11100010110100110111101011100010110100110111101001000010 | e2d37ae2d37a42 |
UTF-8 | 瞋z瞋zB | 111001111001111010001011011110101110011110011110100010110111101001000010 | e79e8b7ae79e8b7a42 |
UHC | 瞋z瞋zB | 11110010110110010111101011110010110110010111101001000010 | f2d97af2d97a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)