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 | ÀÂĹÀ | 100011101100000010001111110000101100010010001110101110011000111011000000 | 8ec08fc2c48eb98ec0 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ?À?ÂÄ???À | 0011111110001111101010101010001000111111100011111010101010100100100011111010101010100011001111110011111100111111100011111010101010100010 | 3f8faaa23f8faaa48faaa33f3f3f8faaa2 |
UTF-8 | ÀÂĹÀ | 110000101000111011000011100000001100001010001111110000111000001011000011100001001100001010001110110000101011100111000010100011101100001110000000 | c28ec380c28fc382c384c28ec2b9c28ec380 |
UHC | ??????¹?? | 00111111001111110011111100111111001111110011111110101001111101100011111100111111 | 3f3f3f3f3f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)