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 | 燼???? | 111000001001111000111111001111110011111100111111 | e09e3f3f3f3f |
EUC-JP | 燼???? | 110111111111111000111111001111110011111100111111 | dffe3f3f3f3f |
UTF-8 | 燼뗩뢓旅뚰 | 111001111000011110111100111010111001011110101001111010111010001010010011111011111010011010000011111010111001101010110000 | e787bceb97a9eba293efa683eb9ab0 |
UHC | 燼뗩뢓旅뚰 | 11100011111010001000101111101001100011110100111011100110101000011000110011101101 | e3e88be98f4ee6a18ced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)