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 | 蹊カ迸カ^ | 11100110111111001011011011100111100111101011011001011110 | e6fcb6e79eb65e |
EUC-JP | 蹊カ迸カ^ | 111011001111111010001110101101101110110111111110100011101011011001011110 | ecfe8eb6edfe8eb65e |
UTF-8 | 蹊カ迸カ^ | 11101000101110011000101011101111101111011011011011101000101111111011100011101111101111011011011001011110 | e8b98aefbdb6e8bfb8efbdb65e |
UHC | 蹊???^ | 111110111011011100111111001111110011111101011110 | fbb73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)