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 | 潁??肄?┴ | 100111111111000100111111001111111110001111100101001111111000010010101000 | 9ff13f3fe3e53f84a8 |
| EUC-JP | 潁??肄?┴ | 110111101111001100111111001111111110011011100111001111111010100010101010 | def33f3fe6e73fa8aa |
| UTF-8 | 潁뺣굙肄믭┴ | 111001101011110110000001111010111011101010100011111010101011010110011001111010001000001010000100111010111010111110101101111000101001010010110100 | e6bd81ebbaa3eab599e88284ebafade294b4 |
| UHC | 潁뺣굙肄믭┴ | 111001111011100010010101111010111000001010000001111011001011110110010010111011111010011010101010 | e7b895eb8281ecbd92efa6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)