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 | 珎箏扣 | 111000001101110111100010101101011001110101001010 | e0dde2b59d4a |
EUC-JP | 珎箏扣 | 111000001101111111100100101101111101100110101011 | e0dfe4b7d9ab |
UTF-8 | 珎箏扣 | 111001111000111110001110111001111010111010001111111001101000100110100011 | e78f8ee7ae8fe689a3 |
UHC | ?箏? | 00111111111011101011010000111111 | 3feeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)