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 | 慂??宥?? | 1001110011001000001111110011111110010111010001110011111100111111 | 9cc83f3f97473f3f |
| EUC-JP | 慂??宥?? | 1101100011001010001111110011111111001101101010000011111100111111 | d8ca3f3fcda83f3f |
| UTF-8 | 慂딀쑕宥산뭡 | 111001101000010110000010111010111001010010000000111011001001000110010101111001011010111010100101111011001000001010110000111010111010110110100001 | e68582eb9480ec9195e5aea5ec82b0ebada1 |
| UHC | 慂딀쑕宥산뭡 | 111010011011110110001010111001101001110010110100111010101110100110111011111010101011100110111100 | e9bd8ae69cb4eae9bbeab9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)