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 | 뤶핉賂漿떼 | 111010111010010010110110111011011001010110001001111010001011001110000010111001101011110010111111111010111001011010111100 | eba4b6ed9589e8b382e6bcbfeb96bc |
UHC | 뤶핉賂漿떼 | 10001111111001001100000010001110110101101111000111101101111011001011011010111100 | 8fe4c08ed6f1edecb6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)