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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 毅?[毅?[^ | 100010110100001000111111010110111000101101000010001111110101101101011110 | 8b423f5b8b423f5b5e |
EUC-JP | 毅?[毅?[^ | 101101011010001100111111010110111011010110100011001111110101101101011110 | b5a33f5bb5a33f5b5e |
UTF-8 | 毅렰[毅렰[^ | 111001101010111110000101111010111010000010110000010110111110011010101111100001011110101110100000101100000101101101011110 | e6af85eba0b05be6af85eba0b05b5e |
UHC | 毅렰[毅렰[^ | 1110101111110110100011101011110101011011111010111111011010001110101111010101101101011110 | ebf68ebd5bebf68ebd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)