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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?g?暗 | 001111111000001010000111001111111000100011000011 | 3f82873f88c3 |
| EUC-JP | ?g?暗 | 001111111010001111100111001111111011000011000101 | 3fa3e73fb0c5 |
| UTF-8 | 料g땝暗 | 111011111010011010111110111011111011110110000111111010111001010110011101111001101001101010010111 | efa6beefbd87eb959de69a97 |
| UHC | 料g땝暗 | 1110100011110111101000111110011110110110101011001110010011011110 | e8f7a3e7b6ace4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)