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 | 轅?異 | 1110011101110110001111111000100011011001 | e7763f88d9 |
EUC-JP | 轅?異 | 1110110111010111001111111011000011011011 | edd73fb0db |
UTF-8 | 轅렋異 | 111010001011110110000101111010111010000010001011111001111001010110110000 | e8bd85eba08be795b0 |
UHC | 轅렋異 | 111010101011111110001110101000101110110010110110 | eabf8ea2ecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)