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¹Æ^ | 1111101101010100101110011100011001011110 | fb54b9c65e |
SJIS-WIN | ?T??^ | 0011111101010100001111110011111101011110 | 3f543f3f5e |
EUC-JP | ûT?Æ^ | 100011111010101111100101010101000011111110001111101010011010000101011110 | 8fabe5543f8fa9a15e |
UTF-8 | ûT¹Æ^ | 1100001110111011010101001100001010111001110000111000011001011110 | c3bb54c2b9c3865e |
UHC | ?T¹Æ^ | 00111111010101001010100111110110101010001010000101011110 | 3f54a9f6a8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)