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 | ???猩? | 001111110011111100111111111000001100110100111111 | 3f3f3fe0cd3f |
EUC-JP | ???猩? | 001111110011111100111111111000001100111100111111 | 3f3f3fe0cf3f |
UTF-8 | 롇렗롗猩롋 | 111010111010000110000111111010111010000010010111111010111010000110010111111001111000110010101001111010111010000110001011 | eba187eba097eba197e78ca9eba18b |
UHC | 롇렗롗猩롋 | 10001110110011011000111010101100100011101101101111100000111110101000111011010001 | 8ecd8eac8edbe0fa8ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)