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 | ??賂漿? | 00111111001111111001100001000111100111111111011100111111 | 3f3f98479ff73f |
EUC-JP | ??賂漿? | 00111111001111111100111110101000110111101111100100111111 | 3f3fcfa8def93f |
UTF-8 | 뤶핉賂漿쥙 | 111010111010010010110110111011011001010110001001111010001011001110000010111001101011110010111111111011001010010110011001 | eba4b6ed9589e8b382e6bcbfeca599 |
UHC | 뤶핉賂漿쥙 | 10001111111001001100000010001110110101101111000111101101111011001010001010001110 | 8fe4c08ed6f1edeca28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)