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¨P | 1111101101001100100011101010100001010000 | fb4c8ea850 |
SJIS-WIN | ?L?¨P | 001111110100110000111111100000010100111001010000 | 3f4c3f814e50 |
EUC-JP | ûL?¨P | 1000111110101011111001010100110000111111101000011010111101010000 | 8fabe54c3fa1af50 |
UTF-8 | ûL¨P | 1100001110111011010011001100001010001110110000101010100001010000 | c3bb4cc28ec2a850 |
UHC | ?L?¨P | 001111110100110000111111101000011010011101010000 | 3f4c3fa1a750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)