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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 饌垪^ | 1110100101100001100110101011100001011110 | e9619ab85e |
EUC-JP | 饌垪^ | 1111000111000010110101001011101001011110 | f1c2d4ba5e |
UTF-8 | 饌垪^ | 11101001101001011000110011100101100111101010101001011110 | e9a58ce59eaa5e |
UHC | 饌?^ | 11110011110010100011111101011110 | f3ca3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)