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 | 膠わ | 11100100010100001000001011101101 | e45082ed |
EUC-JP | 膠わ | 11100111101100011010010011101111 | e7b1a4ef |
UTF-8 | 膠わ | 111010001000011010100000111000111000001010001111 | e886a0e3828f |
UHC | 膠わ | 11001110111011111010101011101111 | ceefaaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)