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 | セャ胥辞譱 | 1011111010101100111000111110111110001110101010111110001110111111 | beace3ef8eabe3bf |
EUC-JP | セャ胥辞譱 | 10001110101111101000111010101100111001101111000110111100101011011110011011000001 | 8ebe8eace6f1bcade6c1 |
UTF-8 | セャ胥辞譱 | 111011111011110110111110111011111011110110101100111010001000001110100101111010001011111010011110111010001010110110110001 | efbdbeefbdace883a5e8be9ee8adb1 |
UHC | ??胥?? | 001111110011111111100000101000010011111100111111 | 3f3fe0a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)