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 | ?級哨凌碍 | 001111111000101110001001100011111010001110010111101111011000101001010110 | 3f8b898fa397bd8a56 |
EUC-JP | ?級哨凌碍 | 001111111011010111101001101111101010010111001110101111111011001110110111 | 3fb5e9bea5cebfb3b7 |
UTF-8 | 뤋級哨凌碍 | 111010111010010010001011111001111011010010011010111001011001001110101000111001011000011110001100111001111010001010001101 | eba48be7b49ae593a8e5878ce7a28d |
UHC | 뤋級哨凌碍 | 10001111101110111101000011100100111101001111101011010111110100001110010011110100 | 8fbbd0e4f4fad7d0e4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)