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 | 低?漠荏 | 10010010111000010011111110010100100110011000100101100000 | 92e13f94998960 |
| EUC-JP | 低?漠荏 | 11000100111000110011111111000111111110011011000111000001 | c4e33fc7f9b1c1 |
| UTF-8 | 低꿱漠荏 | 111001001011110110001110111010101011111110110001111001101011110010100000111010001000110110001111 | e4bd8eeabfb1e6bca0e88d8f |
| UHC | 低꿱漠荏 | 1110111010111000101100101110100011011000101011101110110011111011 | eeb8b2e8d8aeecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)