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 | 歡歡^ | 1001111101100011100111110110001101011110 | 9f639f635e |
EUC-JP | 歡歡^ | 1101110111000100110111011100010001011110 | ddc4ddc45e |
UTF-8 | 歡歡^ | 11100110101011011010000111100110101011011010000101011110 | e6ada1e6ada15e |
UHC | 歡歡^ | 1111110010110110111111001011011001011110 | fcb6fcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)