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 | 跡?? | 10010000110101010011111100111111 | 90d53f3f |
EUC-JP | 跡?? | 11000000110101110011111100111111 | c0d73f3f |
UTF-8 | 跡닺떠 | 111010001011011110100001111010111000101110111010111010111001011010100000 | e8b7a1eb8bbaeb96a0 |
UHC | 跡닺떠 | 111011101110011010110100111010001011011010110000 | eee6b4e8b6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)