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 | ??)??? | 00111111001111111000000101101010001111110011111100111111 | 3f3f816a3f3f3f |
| EUC-JP | ??)絪?? | 001111110011111110100001110010111000111111010011111011000011111100111111 | 3f3fa1cb8fd3ec3f3f |
| UTF-8 | 念잙)絪백툣 | 111011111010011010100011111011001001111010011001111011111011110010001001111001111011010110101010111010111011000010110001111011011000100010100011 | efa6a3ec9e99efbc89e7b5aaebb0b1ed88a3 |
| UHC | 念잙)絪백툣 | 111001101111011010011111111010111010001110101001111011001101111110111001111010011011100010011010 | e6f69feba3a9ecdfb9e9b89a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)