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 | 脂拔烏 | 100011101000100110011101010101011000100101000111 | 8e899d558947 |
EUC-JP | 脂拔烏 | 101110111110100111011001101101101011000110101000 | bbe9d9b6b1a8 |
UTF-8 | 脂拔烏 | 111010001000010010000010111001101000101110010100111001111000001110001111 | e88482e68b94e7838f |
UHC | 脂拔烏 | 111100101011011111011010111110111110100010100001 | f2b7dafbe8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)