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 | 蟆剰宕 | 111001011011000010001111111010001001001110000110 | e5b08fe89386 |
EUC-JP | 蟆剰宕 | 111010101011001010111110111010101100010111100110 | eab2beeac5e6 |
UTF-8 | 蟆剰宕 | 111010001001111110000110111001011000100110110000111001011010111010010101 | e89f86e589b0e5ae95 |
UHC | ??宕 | 00111111001111111111011110110101 | 3f3ff7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)