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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | 蹊ュB釶 | 111001101111110010101101010000101110011111011111 | e6fcad42e7df |
EUC-JP | 蹊ュB釶 | 11101100111111101000111010101101010000101110111011100001 | ecfe8ead42eee1 |
UTF-8 | 蹊ュB釶 | 11101000101110011000101011101111101111011010110101000010111010011000011110110110 | e8b98aefbdad42e987b6 |
UHC | 蹊?B? | 1111101110110111001111110100001000111111 | fbb73f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)