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 | 潁????Ⅴ | 1001111111110001001111110011111100111111001111111000011101011000 | 9ff13f3f3f3f8758 |
| EUC-JP | 潁??嫄?? | 110111101111001100111111001111111000111110111010101000010011111100111111 | def33f3f8fbaa13f3f |
| UTF-8 | 潁뺣맕嫄숋Ⅴ | 111001101011110110000001111010111011101010100011111010111010011110010101111001011010101110000100111011001000100010001011111000101000010110100100 | e6bd81ebbaa3eba795e5ab84ec888be285a4 |
| UHC | 潁뺣맕嫄숋Ⅴ | 111001111011100010010101111010111001000010100111111010101011000110011001111011111010010110110100 | e7b895eb90a7eab199efa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)