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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 禹?禹?B | 11100010010110100011111111100010010110100011111101000010 | e25a3fe25a3f42 |
EUC-JP | 禹?禹?B | 11100011101110110011111111100011101110110011111101000010 | e3bb3fe3bb3f42 |
UTF-8 | 禹렚禹렚B | 11100111101001101011100111101011101000001001101011100111101001101011100111101011101000001001101001000010 | e7a6b9eba09ae7a6b9eba09a42 |
UHC | 禹렚禹렚B | 111010011110000010001110101011011110100111100000100011101010110101000010 | e9e08eade9e08ead42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)