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 | ûT¤h | 1111101101010100100011101010010001101000 | fb548ea468 |
SJIS-WIN | ?T??h | 0011111101010100001111110011111101101000 | 3f543f3f68 |
EUC-JP | ûT?¤h | 100011111010101111100101010101000011111110001111101000101111000001101000 | 8fabe5543f8fa2f068 |
UTF-8 | ûT¤h | 1100001110111011010101001100001010001110110000101010010001101000 | c3bb54c28ec2a468 |
UHC | ?T?¤h | 001111110101010000111111101000101011010001101000 | 3f543fa2b468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)