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 | 狠猖犧 | 111000001100000111100000110010011110000010111000 | e0c1e0c9e0b8 |
EUC-JP | 狠猖犧 | 111000001100001111100000110010111110000010111010 | e0c3e0cbe0ba |
UTF-8 | 狠猖犧 | 111001111000101110100000111001111000110010010110111001111000101010100111 | e78ba0e78c96e78aa7 |
UHC | ?猖犧 | 0011111111110011111010011111110111111010 | 3ff3e9fdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)