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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 節ο?業? | 1001000011011111100000111100110100111111100010111100011000111111 | 90df83cd3f8bc63f |
EUC-JP | 節ο?業? | 1100000011100001101001101100111100111111101101101100100000111111 | c0e1a6cf3fb6c83f |
UTF-8 | 節ο쉘業짦 | 1110011110101111100000001100111010111111111011001000100110011000111001101010010110101101111011001010011110100110 | e7af80cebfec8998e6a5adeca7a6 |
UHC | 節ο쉘業짦 | 11101111101111011010010111101111101111011010100111100101111101101010010001000110 | efbda5efbda9e5f6a446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)