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 | ?R?^B | 0011111101010010001111110101111001000010 | 3f523f5e42 |
SJIS-WIN | 涌R涌^B | 10010111010011110101001010010111010011110101111001000010 | 974f52974f5e42 |
EUC-JP | 涌R涌^B | 11001101101100000101001011001101101100000101111001000010 | cdb052cdb05e42 |
UTF-8 | 涌R涌^B | 111001101011011010001100010100101110011010110110100011000101111001000010 | e6b68c52e6b68c5e42 |
UHC | 涌R涌^B | 11101001101111110101001011101001101111110101111001000010 | e9bf52e9bf5e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)