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 | 1111101101001100100011101010100001000110 | fb4c8ea846 |
SJIS-WIN | ?L?¨F | 001111110100110000111111100000010100111001000110 | 3f4c3f814e46 |
EUC-JP | ûL?¨F | 1000111110101011111001010100110000111111101000011010111101000110 | 8fabe54c3fa1af46 |
UTF-8 | ûL¨F | 1100001110111011010011001100001010001110110000101010100001000110 | c3bb4cc28ec2a846 |
UHC | ?L?¨F | 001111110100110000111111101000011010011101000110 | 3f4c3fa1a746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)