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 | 衆??肢? | 10001111010011110011111100111111100011101000100000111111 | 8f4f3f3f8e883f |
EUC-JP | 衆??肢? | 10111101101100000011111100111111101110111110100000111111 | bdb03f3fbbe83f |
UTF-8 | 衆累걋肢렱 | 111010001010000110000110111011111010010110001111111010101011000110001011111010001000001010100010111010111010000010110001 | e8a186efa58feab18be882a2eba0b1 |
UHC | 衆累걋肢렱 | 11110001111010111101001011101001101100001100000011110010101101101000111010111110 | f1ebd2e9b0c0f2b68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)