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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凹???ο? | 1000100110011010001111110011111100111111100000111100110100111111 | 899a3f3f3f83cd3f |
EUC-JP | 凹??旿ο? | 10110001111110100011111100111111100011111100000111110100101001101100111100111111 | b1fa3f3f8fc1f4a6cf3f |
UTF-8 | 凹륅슝旿ο쉬 | 1110010110000111101110011110101110100101100001011110110010001010100111011110011010010111101111111100111010111111111011001000100110101100 | e587b9eba585ec8a9de697bfcebfec89ac |
UHC | 凹륅슝旿ο쉬 | 111010001110101010001111111011111011110110111001111001111111101010100101111011111011110110101100 | e8ea8fefbdb9e7faa5efbdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)