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°}B | 111110110100110010001110101100000111110101000010 | fb4c8eb07d42 |
SJIS-WIN | ?L?°}B | 00111111010011000011111110000001100010110111110101000010 | 3f4c3f818b7d42 |
EUC-JP | ûL?°}B | 100011111010101111100101010011000011111110100001111010110111110101000010 | 8fabe54c3fa1eb7d42 |
UTF-8 | ûL°}B | 110000111011101101001100110000101000111011000010101100000111110101000010 | c3bb4cc28ec2b07d42 |
UHC | ?L?°}B | 00111111010011000011111110100001110001100111110101000010 | 3f4c3fa1c67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)