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 | ???節ο? | 0011111100111111001111111001000011011111100000111100110100111111 | 3f3f3f90df83cd3f |
EUC-JP | 旿??節ο? | 10001111110000011111010000111111001111111100000011100001101001101100111100111111 | 8fc1f43f3fc0e1a6cf3f |
UTF-8 | 旿룡퍞節ο쉿 | 1110011010010111101111111110101110100011101000011110110110001101100111101110011110101111100000001100111010111111111011001000100110111111 | e697bfeba3a1ed8d9ee7af80cebfec89bf |
UHC | 旿룡퍞節ο쉿 | 111001111111101010110111111001101011101110010101111011111011110110100101111011111011110110110010 | e7fab7e6bb95efbda5efbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)