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 | ûL§£F | 1111101101001100101001111010001101000110 | fb4ca7a346 |
SJIS-WIN | ?L§£F | 00111111010011001000000110011000100000011001001001000110 | 3f4c8198819246 |
EUC-JP | ûL§£F | 100011111010101111100101010011001010000111111000101000011111001001000110 | 8fabe54ca1f8a1f246 |
UTF-8 | ûL§£F | 1100001110111011010011001100001010100111110000101010001101000110 | c3bb4cc2a7c2a346 |
UHC | ?L§?F | 001111110100110010100001110101110011111101000110 | 3f4ca1d73f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)