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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??善 | 00111111001111111001000101010000 | 3f3f9150 |
EUC-JP | ??善 | 00111111001111111100000110110001 | 3f3fc1b1 |
UTF-8 | 셔뤶善 | 111011001000010110010100111010111010010010110110111001011001011010000100 | ec8594eba4b6e59684 |
UHC | 셔뤶善 | 101111001100010110001111111001001110000010111100 | bcc58fe4e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)