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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ???靷?? | 0011111100111111001111111000111111100111101111010011111100111111 | 3f3f3f8fe7bd3f3f |
| UTF-8 | 驪볥씠靷잏튊 | 111011111010011010000111111010111011001110100101111011001001010010100000111010011001110110110111111011001001111010001111111011011000101010001010 | efa687ebb3a5ec94a0e99db7ec9e8fed8a8a |
| UHC | 驪볥씠靷잏튊 | 111001101010111110010011111010111001110110110100111011001110011010011111111001111011100110011110 | e6af93eb9db4ece69fe7b99e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)