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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 癲??踰? | 11100001100111110011111100111111111001101111101000111111 | e19f3f3fe6fa3f |
| EUC-JP | 癲??踰? | 11100010101000010011111100111111111011001111110000111111 | e2a13f3fecfc3f |
| UTF-8 | 癲좉염踰묪 | 111001111001100110110010111011001010001010001001111011001001011110111100111010001011100010110000111010111010110010101010 | e799b2eca289ec97bce8b8b0ebacaa |
| UHC | 癲좉염踰묪 | 11101111101001101010000011101010101111111011000011101011101100101001001001000010 | efa6a0eabfb0ebb29242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)