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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驅?驅? | 111010010111101100111111111010010111101100111111 | e97b3fe97b3f |
EUC-JP | 驅?驅? | 111100011101110000111111111100011101110000111111 | f1dc3ff1dc3f |
UTF-8 | 驅곱驅뤥 | 111010011010100110000101111010101011001110110001111010011010100110000101111010111010010010100101 | e9a985eab3b1e9a985eba4a5 |
UHC | 驅곱驅뤥 | 1100111111001100101100001111011011001111110011001000111111010011 | cfccb0f6cfcc8fd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)