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 | ????址? | 00111111001111110011111100111111100110101010110000111111 | 3f3f3f3f9aac3f |
| EUC-JP | 獐???址? | 100011111100101110111010001111110011111100111111110101001010111000111111 | 8fcbba3f3f3fd4ae3f |
| UTF-8 | 獐경렲렱址렖 | 111001111000110110010000111010101011001010111101111010111010000010110010111010111010000010110001111001011001110110000000111010111010000010010110 | e78d90eab2bdeba0b2eba0b1e59d80eba096 |
| UHC | 獐경렲렱址렖 | 111011011110111110110000111001101000111010111111100011101011111011110010101000111000111010101011 | edefb0e68ebf8ebef2a38eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)