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 | ◆???ケ | 10000001100111110011111100111111001111111000001101010000 | 819f3f3f3f8350 |
EUC-JP | ◆???ケ | 10100010101000010011111100111111001111111010010110110001 | a2a13f3f3fa5b1 |
UTF-8 | ◆룶괌卽ケ | 111000101001011110000110111010111010001110110110111010101011010010001100111001011000110110111101111000111000001010110001 | e29786eba3b6eab48ce58dbde382b1 |
UHC | ◆룶괌卽ケ | 10100001110111111000111110101011101100011010000111110001111011011010101110110001 | a1df8fabb1a1f1edabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)