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 | ???^Q] | 001111110011111100111111010111100101000101011101 | 3f3f3f5e515d |
SJIS-WIN | 辱??^Q] | 10010000010010100011111100111111010111100101000101011101 | 904a3f3f5e515d |
EUC-JP | 辱??^Q] | 10111111101010110011111100111111010111100101000101011101 | bfab3f3f5e515d |
UTF-8 | 辱녻눎^Q] | 111010001011111010110001111010111000010110111011111010111000100010001110010111100101000101011101 | e8beb1eb85bbeb888e5e515d |
UHC | 辱녻눎^Q] | 111010011011010010000110111010001000011110101010010111100101000101011101 | e9b486e887aa5e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)