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 | ???gB | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | 爺跫礒gB | 1001011011101010111001101110110111100010010001010110011101000010 | 96eae6ede2456742 |
EUC-JP | 爺跫礒gB | 1100110011101100111011001110111111100011101001100110011101000010 | ccececefe3a66742 |
UTF-8 | 爺跫礒gB | 1110011110001000101110101110100010110111101010111110011110100100100100100110011101000010 | e788bae8b7abe7a4926742 |
UHC | 爺??gB | 111001011010110000111111001111110110011101000010 | e5ac3f3f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)