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 | 敖??涅? | 10011101110000100011111100111111100111111011100000111111 | 9dc23f3f9fb83f |
EUC-JP | 敖??涅? | 11011010110001000011111100111111110111101011101000111111 | dac43f3fdeba3f |
UTF-8 | 敖숈옣涅듣 | 111001101001010110010110111011001000100010001000111011001001100010100011111001101011011010000101111010111001001110100011 | e69596ec8888ec98a3e6b685eb93a3 |
UHC | 敖숈옣涅듣 | 11100111111110011001100111101100100111101010010111100110111011101011010111101000 | e7f999ec9ea5e6eeb5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)