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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 烏??@ | 1000100101000111001111110011111101000000 | 89473f3f40 |
EUC-JP | 烏??@ | 1011000110101000001111110011111101000000 | b1a83f3f40 |
UTF-8 | 烏믥르@ | 11100111100000111000111111101011101011111010010111101011101001011011010001000000 | e7838febafa5eba5b440 |
UHC | 烏믥르@ | 11101000101000011001001011100111101110001010001101000000 | e8a192e7b8a340 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)