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 | 啻褓 | 10011010011000001110010111101110 | 9a60e5ee |
EUC-JP | 啻褓 | 11010011110000011110101011110000 | d3c1eaf0 |
UTF-8 | 啻褓 | 111001011001010110111011111010001010010010010011 | e595bbe8a493 |
UHC | ?褓 | 001111111101110011001110 | 3fdcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)