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 | ?@? | 001111110100000000111111 | 3f403f |
SJIS-WIN | 喇@洛 | 1001101001101000010000001001011110001100 | 9a6840978c |
EUC-JP | 喇@洛 | 1101001111001001010000001100110111101100 | d3c940cdec |
UTF-8 | 喇@洛 | 11100101100101101000011101000000111001101011010010011011 | e5968740e6b49b |
UHC | 喇@洛 | 1101010011111010010000001101010110100110 | d4fa40d5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)