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¹Ä^ | 1111101101010100101110011100010001011110 | fb54b9c45e |
SJIS-WIN | ?T??^ | 0011111101010100001111110011111101011110 | 3f543f3f5e |
EUC-JP | ûT?Ä^ | 100011111010101111100101010101000011111110001111101010101010001101011110 | 8fabe5543f8faaa35e |
UTF-8 | ûT¹Ä^ | 1100001110111011010101001100001010111001110000111000010001011110 | c3bb54c2b9c3845e |
UHC | ?T¹?^ | 001111110101010010101001111101100011111101011110 | 3f54a9f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)