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 | ?氓?瀕龍 | 0011111110011111100000100011111110010101011011011001011110110100 | 3f9f823f956d97b4 |
EUC-JP | ?氓?瀕龍 | 0011111111011101111000100011111111001001110011101100111010110110 | 3fdde23fc9ceceb6 |
UTF-8 | 뤗氓텖瀕龍 | 111010111010010010010111111001101011000010010011111011011000010110010110111001111000000010010101111010011011111010001101 | eba497e6b093ed8596e78095e9be8d |
UHC | 뤗氓텖瀕龍 | 10001111110001111101100011101100101101101000111111011110101101011101011110100011 | 8fc7d8ecb68fdeb5d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)