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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??癰^ | 0011111100111111111000011001111001011110 | 3f3fe19e5e |
EUC-JP | ??癰^ | 0011111100111111111000011111111001011110 | 3f3fe1fe5e |
UTF-8 | 손셉癰^ | 11101100100001101001000011101100100001011000100111100111100110011011000001011110 | ec8690ec8589e799b05e |
UHC | 손셉癰^ | 10111100110101011011110011000001111010001011100101011110 | bcd5bcc1e8b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)