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 | 節ο?鉛? | 1001000011011111100000111100110100111111100010011001010000111111 | 90df83cd3f89943f |
EUC-JP | 節ο?鉛? | 1100000011100001101001101100111100111111101100011111010000111111 | c0e1a6cf3fb1f43f |
UTF-8 | 節ο쉐鉛푢 | 1110011110101111100000001100111010111111111011001000100110010000111010011000100110011011111011011001000110100010 | e7af80cebfec8990e9899bed91a2 |
UHC | 節ο쉐鉛푢 | 11101111101111011010010111101111101111011010011011100110111001111011111001101101 | efbda5efbda6e6e7be6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)