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¹×B | 1111101101010100101110011101011101000010 | fb54b9d742 |
SJIS-WIN | ?T?×B | 001111110101010000111111100000010111111001000010 | 3f543f817e42 |
EUC-JP | ûT?×B | 1000111110101011111001010101010000111111101000011101111101000010 | 8fabe5543fa1df42 |
UTF-8 | ûT¹×B | 1100001110111011010101001100001010111001110000111001011101000010 | c3bb54c2b9c39742 |
UHC | ?T¹×B | 00111111010101001010100111110110101000011011111101000010 | 3f54a9f6a1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)