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 | 髫礼朕邏 | 1110100110011010100101111110011110010010101111011110011110110100 | e99a97e792bde7b4 |
| EUC-JP | 髫礼朕邏 | 1111000111111010110011101110100111000100101111111110111010110110 | f1facee9c4bfeeb6 |
| UTF-8 | 髫礼朕邏 | 111010011010101110101011111001111010010010111100111001101001110010010101111010011000001010001111 | e9ababe7a4bce69c95e9828f |
| UHC | ??朕邏 | 001111110011111111110010111110011101010110100100 | 3f3ff2f9d5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)