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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 蹊鉉?G | 111001101111110011100111111010010011111101000111 | e6fce7e93f47 |
EUC-JP | 蹊鉉峴G | 1110110011111110111011101110101110001111101110111100000101000111 | ecfeeeeb8fbbc147 |
UTF-8 | 蹊鉉峴G | 11101000101110011000101011101001100010011000100111100101101100111011010001000111 | e8b98ae98989e5b3b447 |
UHC | 蹊鉉峴G | 11111011101101111111101011101000111110101101011001000111 | fbb7fae8fad647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)