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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?遯掉 | 0011111111100111101010101001110101111011 | 3fe7aa9d7b |
EUC-JP | ?遯掉 | 0011111111101110101011001101100111011100 | 3feeacd9dc |
UTF-8 | 裡遯掉 | 111011111010011110101000111010011000000110101111111001101000111010001001 | efa7a8e981afe68e89 |
UHC | 裡遯掉 | 111011001100000111010100111011101101001111111100 | ecc1d4eed3fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)