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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 緯? | 100010001101110000111111 | 88dc3f |
EUC-JP | 緯? | 101100001101111000111111 | b0de3f |
UTF-8 | 緯렭 | 111001111011011110101111111010111010000010101101 | e7b7afeba0ad |
UHC | 緯렭 | 11101010110101011000111010111010 | ead58eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)