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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 嘆遜oBF | 10010010010100011001000110111011011011110100001001000110 | 925191bb6f4246 |
EUC-JP | 嘆遜oBF | 11000011101100101100001010111101011011110100001001000110 | c3b2c2bd6f4246 |
UTF-8 | 嘆遜oBF | 111001011001100010000110111010011000000110011100011011110100001001000110 | e59886e9819c6f4246 |
UHC | 嘆遜oBF | 11110111101000111110000111100001011011110100001001000110 | f7a3e1e16f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)