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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??玭 | 0011111100111111100011111100101111100001 | 3f3f8fcbe1 |
UTF-8 | 룴찼玭 | 111010111010001110110100111011001011000010111100111001111000111010101101 | eba3b4ecb0bce78ead |
UHC | 룴찼玭 | 100011111010100111000011101000011101111010110111 | 8fa9c3a1deb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)