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 | 莊?錚蛟?? | 111001001011010100111111111010000100001011100101100000000011111100111111 | e4b53fe842e5803f3f |
| EUC-JP | 莊?錚蛟?? | 111010001011011100111111111011111010001111101001111000000011111100111111 | e8b73fefa3e9e03f3f |
| UTF-8 | 莊렱錚蛟렰렱 | 111010001000111010001010111010111010000010110001111010011000110010011010111010001001101110011111111010111010000010110000111010111010000010110001 | e88e8aeba0b1e98c9ae89b9feba0b0eba0b1 |
| UHC | 莊렱錚蛟렰렱 | 111011011111011010001110101111101110111010110110110011101111000110001110101111011000111010111110 | edf68ebeeeb6cef18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)