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 | °àá | 100111111011000010011110111000001110000110001011 | 9fb09ee0e18b |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ?°?àá? | 0011111110100001111010110011111110001111101010111010001010001111101010111010000100111111 | 3fa1eb3f8faba28faba13f |
UTF-8 | °àá | 110000101001111111000010101100001100001010011110110000111010000011000011101000011100001010001011 | c29fc2b0c29ec3a0c3a1c28b |
UHC | ?°???? | 00111111101000011100011000111111001111110011111100111111 | 3fa1c63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)