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 | 國?? | 10011010101000000011111100111111 | 9aa03f3f |
EUC-JP | 國?? | 11010100101000100011111100111111 | d4a23f3f |
UTF-8 | 國뤝콮 | 111001011001110010001011111010111010010010011101111011001011110110101110 | e59c8beba49decbdae |
UHC | 國뤝콮 | 110011111101000010001111110011001011001001000010 | cfd08fccb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)