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 | Éã¹Æ^ | 1000111111001001111000111000111010111001100011101100011001011110 | 8fc9e38eb98ec65e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ?Éã???Æ^ | 0011111110001111101010101011000110001111101010111010101000111111001111110011111110001111101010011010000101011110 | 3f8faab18fabaa3f3f3f8fa9a15e |
UTF-8 | Éã¹Æ^ | 110000101000111111000011100010011100001110100011110000101000111011000010101110011100001010001110110000111000011001011110 | c28fc389c3a3c28ec2b9c28ec3865e |
UHC | ????¹?Æ^ | 00111111001111110011111100111111101010011111011000111111101010001010000101011110 | 3f3f3f3fa9f63fa8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)