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 | 箒♀宇 | 111000101011010010000001100010101000100101000110 | e2b4818a8946 |
EUC-JP | 箒♀宇 | 111001001011011010100001111010101011000110100111 | e4b6a1eab1a7 |
UTF-8 | 箒♀宇 | 111001111010111010010010111000101001100110000000111001011010111010000111 | e7ae92e29980e5ae87 |
UHC | ?♀宇 | 0011111110100001110011111110100111010100 | 3fa1cfe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)