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 | 111010100110010010000010111001010011111101000010 | ea6482e53f42 |
EUC-JP | 鹽ょ?B | 111100111100010110100100111001110011111101000010 | f3c5a4e73f42 |
UTF-8 | 鹽ょㄺB | 11101001101110011011110111100011100000101000011111100011100001001011101001000010 | e9b9bde38287e384ba42 |
UHC | 鹽ょㄺB | 11100111101001001010101011100111101001001010101001000010 | e7a4aae7a4aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)