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 | ?諺?雰? | 00111111100011001011111100111111100101011011010100111111 | 3f8cbf3f95b53f |
EUC-JP | ?諺?雰? | 00111111101110001100000100111111110010101011011100111111 | 3fb8c13fcab73f |
UTF-8 | 뤗諺쵍雰렡 | 111010111010010010010111111010001010101110111010111011001011010110001101111010011001101110110000111010111010000010100001 | eba497e8abbaecb58de99bb0eba0a1 |
UHC | 뤗諺쵍雰렡 | 10001111110001111110010111101100101011001000111111011101110101001000111010110010 | 8fc7e5ecac8fddd48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)