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 | 庵??@ | 1000100011000001001111110011111101000000 | 88c13f3f40 |
EUC-JP | 庵??@ | 1011000011000011001111110011111101000000 | b0c33f3f40 |
UTF-8 | 庵뗮뢓@ | 11100101101110101011010111101011100101111010111011101011101000101001001101000000 | e5bab5eb97aeeba29340 |
UHC | 庵뗮뢓@ | 11100100110111011000101111101101100011110100111001000000 | e4dd8bed8f4e40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)