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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 肢??B | 1000111010001000001111110011111101000010 | 8e883f3f42 |
EUC-JP | 肢??B | 1011101111101000001111110011111101000010 | bbe83f3f42 |
UTF-8 | 肢뀌껌B | 11101000100000101010001011101011100000001000110011101010101110111000110001000010 | e882a2eb808ceabb8c42 |
UHC | 肢뀌껌B | 11110010101101101011001011101110101100101010110101000010 | f2b6b2eeb2ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)