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 | ??腺 | 00111111001111111001000101000010 | 3f3f9142 |
EUC-JP | ??腺 | 00111111001111111100000110100011 | 3f3fc1a3 |
UTF-8 | 뙶뗉腺 | 111010111001100110110110111010111001011110001001111010001000010110111010 | eb99b6eb9789e885ba |
UHC | 뙶뗉腺 | 100011001011100110001011110011111110000011001101 | 8cb98bcfe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)