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 | ???漿? | 001111110011111100111111100111111111011100111111 | 3f3f3f9ff73f |
EUC-JP | ???漿? | 001111110011111100111111110111101111100100111111 | 3f3f3fdef93f |
UTF-8 | 뤶햵쟉漿ㅌ | 111010111010010010110110111011011001011010110101111011001001111110001001111001101011110010111111111000111000010110001100 | eba4b6ed96b5ec9f89e6bcbfe3858c |
UHC | 뤶햵쟉漿ㅌ | 10001111111001001100000110001110110000001111000111101101111011001010010010111100 | 8fe4c18ec0f1edeca4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)