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 | 綏♀烏 | 111000110101011010000001100010101000100101000111 | e356818a8947 |
EUC-JP | 綏♀烏 | 111001011011011110100001111010101011000110101000 | e5b7a1eab1a8 |
UTF-8 | 綏♀烏 | 111001111011011010001111111000101001100110000000111001111000001110001111 | e7b68fe29980e7838f |
UHC | 綏♀烏 | 111000101011011110100001110011111110100010100001 | e2b7a1cfe8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)