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×hlB | 100110110110100010001111110101111001101101101000100100010110110001000010 | 9b688fd79b68916c42 |
SJIS-WIN | ?h?×?h?lB | 00111111011010000011111110000001011111100011111101101000001111110110110001000010 | 3f683f817e3f683f6c42 |
EUC-JP | ?h?×?h?lB | 00111111011010000011111110100001110111110011111101101000001111110110110001000010 | 3f683fa1df3f683f6c42 |
UTF-8 | h×hlB | 1100001010011011011010001100001010001111110000111001011111000010100110110110100011000010100100010110110001000010 | c29b68c28fc397c29b68c2916c42 |
UHC | ?h?×?h?lB | 00111111011010000011111110100001101111110011111101101000001111110110110001000010 | 3f683fa1bf3f683f6c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)