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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?飡飡? | 0011111110001111111010001100100010001111111010001100100000111111 | 3f8fe8c88fe8c83f |
UTF-8 | 뾡飡飡룷 | 111010111011111010100001111010011010001110100001111010011010001110100001111010111010001110110111 | ebbea1e9a3a1e9a3a1eba3b7 |
UHC | 뾡飡飡룷 | 1001011101100100111000011110001011100001111000101000111110101100 | 9764e1e2e1e28fac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)