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°U | 1111101101001100100011101011000001010101 | fb4c8eb055 |
SJIS-WIN | ?L?°U | 001111110100110000111111100000011000101101010101 | 3f4c3f818b55 |
EUC-JP | ûL?°U | 1000111110101011111001010100110000111111101000011110101101010101 | 8fabe54c3fa1eb55 |
UTF-8 | ûL°U | 1100001110111011010011001100001010001110110000101011000001010101 | c3bb4cc28ec2b055 |
UHC | ?L?°U | 001111110100110000111111101000011100011001010101 | 3f4c3fa1c655 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)