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 | ?悳た??ュ | 001111111001110001111011100000101011110100111111001111111000001110000101 | 3f9c7b82bd3f3f8385 |
| EUC-JP | ?悳た??ュ | 001111111101011111011100101001001011111100111111001111111010010111100101 | 3fd7dca4bf3f3fa5e5 |
| UTF-8 | 룶悳た룶欄ュ | 111010111010001110110110111001101000001010110011111000111000000110011111111010111010001110110110111011111010010010011101111000111000001110100101 | eba3b6e682b3e3819feba3b6efa49de383a5 |
| UHC | 룶悳た룶欄ュ | 100011111010101111010011111011011010101010111111100011111010101111010001111011011010101111100101 | 8fabd3edaabf8fabd1edabe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)