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 | 穩??穩? | 11100010011100100011111100111111111000100111001000111111 | e2723f3fe2723f |
EUC-JP | 穩??穩? | 11100011110100110011111100111111111000111101001100111111 | e3d33f3fe3d33f |
UTF-8 | 穩며탪穩멱 | 111001111010100110101001111010111010100110110000111011011000001110101010111001111010100110101001111010111010100110110001 | e7a9a9eba9b0ed83aae7a9a9eba9b1 |
UHC | 穩며탪穩멱 | 11101000101100011011100011100111101101011000110011101000101100011011100011101000 | e8b1b8e7b58ce8b1b8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)