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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 閻ア譟千イォB | 11101000100001011011000111100110100111111001000011100111101100101010101101000010 | e885b1e69f90e7b2ab42 |
| EUC-JP | 閻ア譟千イォB | 11101111111001011000111010110001111011001010000111000000111010011000111010110010100011101010101101000010 | efe58eb1eca1c0e98eb28eab42 |
| UTF-8 | 閻ア譟千イォB | 11101001100101101011101111101111101111011011000111101000101011011001111111100101100011011000001111101111101111011011001011101111101111011010101101000010 | e996bbefbdb1e8ad9fe58d83efbdb2efbdab42 |
| UHC | 閻??千??B | 111001111010001000111111001111111111010010110110001111110011111101000010 | e7a23f3ff4b63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)