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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驫ケ閠カ蟇カ | 111010011000101010111001111010001000000010110110111001011010111110110110 | e98ab9e880b6e5afb6 |
EUC-JP | 驫ケ閠カ蟇カ | 111100011110101010001110101110011110111111100000100011101011011011101010101100011000111010110110 | f1ea8eb9efe08eb6eab18eb6 |
UTF-8 | 驫ケ閠カ蟇カ | 111010011010100110101011111011111011110110111001111010011001011010100000111011111011110110110110111010001001111110000111111011111011110110110110 | e9a9abefbdb9e996a0efbdb6e89f87efbdb6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)