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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?陀寥 | 0011111110010001110010011001101110001100 | 3f91c99b8c |
EUC-JP | ?陀寥 | 0011111111000010110010111101010111101100 | 3fc2cbd5ec |
UTF-8 | 뤴陀寥 | 111010111010010010110100111010011001100110000000111001011010111110100101 | eba4b4e99980e5afa5 |
UHC | 뤴陀寥 | 100011111110001011110110111011011110100011101111 | 8fe2f6ede8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)