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 | 蹄伎 | 10010010111110111000101011101010 | 92fb8aea |
EUC-JP | 蹄伎 | 11000100111111011011010011101100 | c4fdb4ec |
UTF-8 | 蹄伎 | 111010001011100110000100111001001011110010001110 | e8b984e4bc8e |
UHC | 蹄伎 | 11110000101101001101000011101011 | f0b4d0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)