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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 莉∵錫h | 11100100101110111000000111100110100011101110000001101000 | e4bb81e68ee068 |
EUC-JP | 莉∵錫h | 11101000101111011010001011101000101111001110001001101000 | e8bda2e8bce268 |
UTF-8 | 莉∵錫h | 11101000100011101000100111100010100010001011010111101001100011001010101101101000 | e88e89e288b5e98cab68 |
UHC | 莉∵錫h | 11010111111010011010000111110001111000001011100001101000 | d7e9a1f1e0b868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)