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 | ?悳ケ?功げ | 00111111100111000111101110000011010100000011111110001100111101111000001010110000 | 3f9c7b83503f8cf782b0 |
| EUC-JP | ?悳ケ?功げ | 00111111110101111101110010100101101100010011111110111000111110011010010010110010 | 3fd7dca5b13fb8f9a4b2 |
| UTF-8 | 룶悳ケ룴功げ | 111010111010001110110110111001101000001010110011111000111000001010110001111010111010001110110100111001011000101010011111111000111000000110010010 | eba3b6e682b3e382b1eba3b4e58a9fe38192 |
| UHC | 룶悳ケ룴功げ | 100011111010101111010011111011011010101110110001100011111010100111001101111011011010101010110010 | 8fabd3edabb18fa9cdedaab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)