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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 棡棡^ | 1001111010011100100111101001110001011110 | 9e9c9e9c5e |
EUC-JP | 棡棡^ | 1101101111111100110110111111110001011110 | dbfcdbfc5e |
UTF-8 | 棡棡^ | 11100110101000111010000111100110101000111010000101011110 | e6a3a1e6a3a15e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)