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 | õâqè | 100111111111010111100010011100011110100010011111 | 9ff5e271e89f |
SJIS-WIN | ???q?? | 001111110011111100111111011100010011111100111111 | 3f3f3f713f3f |
EUC-JP | ?õâqè? | 001111111000111110101011110110001000111110101011101001000111000110001111101010111011001000111111 | 3f8fabd88faba4718fabb23f |
UTF-8 | õâqè | 1100001010011111110000111011010111000011101000100111000111000011101010001100001010011111 | c29fc3b5c3a271c3a8c29f |
UHC | ???q?? | 001111110011111100111111011100010011111100111111 | 3f3f3f713f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)