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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?搢??? | 00111111100011111100000011001111001111110011111100111111 | 3f8fc0cf3f3f3f |
UTF-8 | 렮搢롃앍렰 | 111010111010000010101110111001101001000010100010111010111010000110000011111011001001010110001101111010111010000010110000 | eba0aee690a2eba183ec958deba0b0 |
UHC | 렮搢롃앍렰 | 10001110101110111111001011001010100011101100101010111110110011001000111010111101 | 8ebbf2ca8ecabecc8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)