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 | 駱邊 | 11101001011100001110011110110010 | e970e7b2 |
EUC-JP | 駱邊 | 11110001110100011110111010110100 | f1d1eeb4 |
UTF-8 | 駱邊 | 111010011010011110110001111010011000001010001010 | e9a7b1e9828a |
UHC | 駱邊 | 11010101101011011101110010101011 | d5addcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)