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 | ???要ο? | 0011111100111111001111111001011101110110100000111100110100111111 | 3f3f3f977683cd3f |
EUC-JP | ???要ο? | 0011111100111111001111111100110111010111101001101100111100111111 | 3f3f3fcdd7a6cf3f |
UTF-8 | 遼섓슈要ο쉐 | 1110111110100111100000111110110010000100100100111110110010001010100010001110100010100110100000011100111010111111111011001000100110010000 | efa783ec8493ec8a88e8a681cebfec8990 |
UHC | 遼섓슈要ο쉐 | 111010011010110010011000111011111011110110110100111010011010100110100101111011111011110110100110 | e9ac98efbdb4e9a9a5efbda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)