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???h?lB | 001111110110100000111111001111110011111101101000001111110110110001000010 | 3f683f3f3f683f6c42 |
SJIS-WIN | ?h???h?lB | 001111110110100000111111001111110011111101101000001111110110110001000010 | 3f683f3f3f683f6c42 |
EUC-JP | ?h???h?lB | 001111110110100000111111001111110011111101101000001111110110110001000010 | 3f683f3f3f683f6c42 |
UTF-8 | 혴h혧횞혴h혩lB | 11101101100110001011010001101000111011011001100010100111111011011001101010011110111011011001100010110100011010001110110110011000101010010110110001000010 | ed98b468ed98a7ed9a9eed98b468ed98a96c42 |
UHC | 혴h혧횞혴h혩lB | 1100001010011011011010001100001010001111110000111001011111000010100110110110100011000010100100010110110001000010 | c29b68c28fc397c29b68c2916c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)