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 | 隣組 | 10010111110101111001000101100111 | 97d79167 |
EUC-JP | 隣組 | 11001110110110011100000111001000 | ced9c1c8 |
UTF-8 | 隣組 | 111010011001101010100011111001111011010110000100 | e99aa3e7b584 |
UHC | 隣組 | 11010111111101101111000011011010 | d7f6f0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)