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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 浯カ辯 | 1111101011111100101101101110011110000111 | fafcb6e787 |
EUC-JP | 浯カ辯 | 10001111110001111100001110001110101101101110110111100111 | 8fc7c38eb6ede7 |
UTF-8 | 浯カ辯 | 111001101011010110101111111011111011110110110110111010001011111010101111 | e6b5afefbdb6e8beaf |
UHC | ??辯 | 00111111001111111101110010101010 | 3f3fdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)