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 | 銕ィ莉カ菴州 | 11100111111011001010100011100100101110111011011011100100101111011000111101000010 | e7eca8e4bbb6e4bd8f42 |
EUC-JP | 銕ィ莉カ菴州 | 111011101110111010001110101010001110100010111101100011101011011011101000101111111011110110100011 | eeee8ea8e8bd8eb6e8bfbda3 |
UTF-8 | 銕ィ莉カ菴州 | 111010011000101010010101111011111011110110101000111010001000111010001001111011111011110110110110111010001000111110110100111001011011011110011110 | e98a95efbda8e88e89efbdb6e88fb4e5b79e |
UHC | ??莉?菴州 | 001111110011111111010111111010010011111111100100111000001111000110110110 | 3f3fd7e93fe4e0f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)