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 | 霄ース示鈐 | 11101000101110101011000011110001100011101011110110001110101001101111101111000010 | e8bab0f18ebd8ea6fbc2 |
EUC-JP | 霄ー?ス示鈐 | 111100001011110010001110101100000011111110001110101111011011110010101000100011111110001111000001 | f0bc8eb03f8ebdbca88fe3c1 |
UTF-8 | 霄ース示鈐 | 111010011001110010000100111011111011110110110000111011101000010010001001111011111011110110111101111001111010010010111010111010011000100010010000 | e99c84efbdb0ee8489efbdbde7a4bae98890 |
UHC | ????示鈐 | 0011111100111111001111110011111111100011110001101100110010100010 | 3f3f3f3fe3c6cca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)