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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遲湖シ | 1110011110101101100011001100111010111100 | e7ad8ccebc |
EUC-JP | 遲湖シ | 111011101010111110111000110100001000111010111100 | eeafb8d08ebc |
UTF-8 | 遲湖シ | 111010011000000110110010111001101011100110010110111011111011110110111100 | e981b2e6b996efbdbc |
UHC | 遲湖? | 1111001011000000111110111100100100111111 | f2c0fbc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)