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 | 1001001001011010100100011010101110010001101001000110011101000010 | 925a91ab91a46742 |
EUC-JP | 短足側gB | 1100001110111011110000101010110111000010101001100110011101000010 | c3bbc2adc2a66742 |
UTF-8 | 短足側gB | 1110011110011111101011011110100010110110101100111110010110000001101101000110011101000010 | e79fade8b6b3e581b46742 |
UHC | 短足側gB | 1101001110101101111100001110101111110110101100000110011101000010 | d3adf0ebf6b06742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)