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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | タケE | 110000001011100101000101 | c0b945 |
EUC-JP | タケE | 1000111011000000100011101011100101000101 | 8ec08eb945 |
UTF-8 | タケE | 11101111101111101000000011101111101111011011100101000101 | efbe80efbdb945 |
UHC | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)