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 | ????ο? | 00111111001111110011111100111111100000111100110100111111 | 3f3f3f3f83cd3f |
EUC-JP | ???旿ο? | 001111110011111100111111100011111100000111110100101001101100111100111111 | 3f3f3f8fc1f4a6cf3f |
UTF-8 | 料뗰슝旿ο쉈 | 1110111110100110101111101110101110010111101100001110110010001010100111011110011010010111101111111100111010111111111011001000100110001000 | efa6beeb97b0ec8a9de697bfcebfec8988 |
UHC | 料뗰슝旿ο쉈 | 111010001111011110001011111011111011110110111001111001111111101010100101111011111011110110100101 | e8f78befbdb9e7faa5efbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)