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 | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
SJIS-WIN | ??’c | 0011111100111111100000010110011001100011 | 3f3f816663 |
EUC-JP | ??’c | 0011111100111111101000011100011101100011 | 3f3fa1c763 |
UTF-8 | 룶엌’c | 11101011101000111011011011101100100101111000110011100010100000001001100101100011 | eba3b6ec978ce2809963 |
UHC | 룶엌’c | 10001111101010111011111011111101101000011010111101100011 | 8fabbefda1af63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)