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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟄オ蟄オ^ | 11100101101011011011010111100101101011011011010101011110 | e5adb5e5adb55e |
EUC-JP | 蟄オ蟄オ^ | 111010101010111110001110101101011110101010101111100011101011010101011110 | eaaf8eb5eaaf8eb55e |
UTF-8 | 蟄オ蟄オ^ | 11101000100111111000010011101111101111011011010111101000100111111000010011101111101111011011010101011110 | e89f84efbdb5e89f84efbdb55e |
UHC | 蟄?蟄?^ | 11110110110111100011111111110110110111100011111101011110 | f6de3ff6de3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)