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 | ????薨 | 001111110011111100111111001111111110010101001001 | 3f3f3f3fe549 |
EUC-JP | ????薨 | 001111110011111100111111001111111110100110101010 | 3f3f3f3fe9aa |
UTF-8 | 롃렭敾뤓薨 | 111010111010000110000011111010111010000010101101111001101001010110111110111010111010010010010011111010001001011010101000 | eba183eba0ade695beeba493e896a8 |
UHC | 롃렭敾뤓薨 | 10001110110010101000111010111010111000001100000010001111110000111111110110111100 | 8eca8ebae0c08fc3fdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)