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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歪???? | 100110000110001100111111001111110011111100111111 | 98633f3f3f3f |
EUC-JP | 歪???? | 110011111100010000111111001111110011111100111111 | cfc43f3f3f3f |
UTF-8 | 歪묆꺃杻뷓 | 111001101010110110101010111010111010110010000110111010101011101010000011111011111010011110001000111010111011011110010011 | e6adaaebac86eaba83efa788ebb793 |
UHC | 歪묆꺃杻뷓 | 11101000111000001001000111100011100000111010110011101010111101001001010101000010 | e8e091e383aceaf49542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)