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 | ÀÂÄ | 1000111011000000100011111100001011000100 | 8ec08fc2c4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?À?ÂÄ | 0011111110001111101010101010001000111111100011111010101010100100100011111010101010100011 | 3f8faaa23f8faaa48faaa3 |
UTF-8 | ÀÂÄ | 11000010100011101100001110000000110000101000111111000011100000101100001110000100 | c28ec380c28fc382c384 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)