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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 茗幢 | 11100100101010101001101111101111 | e4aa9bef |
EUC-JP | 茗幢 | 11101000101011001101011011110001 | e8acd6f1 |
UTF-8 | 茗幢 | 111010001000110010010111111001011011100110100010 | e88c97e5b9a2 |
UHC | 茗幢 | 11011001101010111101001111010011 | d9abd3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)