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 | ???FB | 0011111100111111001111110100011001000010 | 3f3f3f4642 |
SJIS-WIN | 癬?僥FB | 11100001100111010011111110011001010001100100011001000010 | e19d3f99464642 |
EUC-JP | 癬?僥FB | 11100001111111010011111111010001101001110100011001000010 | e1fd3fd1a74642 |
UTF-8 | 癬섑僥FB | 1110011110011001101011001110110010000100100100011110010110000011101001010100011001000010 | e799acec8491e583a54642 |
UHC | 癬섑僥FB | 1110000011001000100110001110110111101000111010010100011001000010 | e0c898ede8e94642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)