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 | ?悳も??ぁ | 001111111001110001111011100000101110000000111111001111111000001010011111 | 3f9c7b82e03f3f829f |
| EUC-JP | ?悳も??ぁ | 001111111101011111011100101001001110001000111111001111111010010010100001 | 3fd7dca4e23f3fa4a1 |
| UTF-8 | 룵悳も룶킃ぁ | 111010111010001110110101111001101000001010110011111000111000001010000010111010111010001110110110111011011000001010000011111000111000000110000001 | eba3b5e682b3e38282eba3b6ed8283e38181 |
| UHC | 룵悳も룶킃ぁ | 100011111010101011010011111011011010101011100010100011111010101110110100100011111010101010100001 | 8faad3edaae28fabb48faaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)