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 | »Ð¹Æ^ | 1000111110111011110100001000111010111001100011101100011001011110 | 8fbbd08eb98ec65e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ??????Æ^ | 00111111001111110011111100111111001111110011111110001111101010011010000101011110 | 3f3f3f3f3f3f8fa9a15e |
UTF-8 | »Ð¹Æ^ | 110000101000111111000010101110111100001110010000110000101000111011000010101110011100001010001110110000111000011001011110 | c28fc2bbc390c28ec2b9c28ec3865e |
UHC | ??Ð?¹?Æ^ | 0011111100111111101010001010001000111111101010011111011000111111101010001010000101011110 | 3f3fa8a23fa9f63fa8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)