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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 裝洛] | 1110010111100100100101111000110001011101 | e5e4978c5d |
EUC-JP | 裝洛] | 1110101011100110110011011110110001011101 | eae6cdec5d |
UTF-8 | 裝洛] | 11101000101000111001110111100110101101001001101101011101 | e8a39de6b49b5d |
UHC | 裝洛] | 1110110111111011110101011010011001011101 | edfbd5a65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)