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 | 畏??宥?? | 1000100011011000001111110011111110010111010001110011111100111111 | 88d83f3f97473f3f |
| EUC-JP | 畏??宥?? | 1011000011011010001111110011111111001101101010000011111100111111 | b0da3f3fcda83f3f |
| UTF-8 | 畏븐뜽宥곻쫫 | 111001111001010110001111111010111011100010010000111010111001110010111101111001011010111010100101111010101011001110111011111011001010101110101011 | e7958febb890eb9cbde5aea5eab3bbecabab |
| UHC | 畏븐뜽宥곻쫫 | 111010001110011010111010111011001000110110111000111010101110100110000001111011111010011010000100 | e8e6baec8db8eae981efa684 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)