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 | 莉匁酪 | 111001001011101110010110111001101001011110001111 | e4bb96e6978f |
EUC-JP | 莉匁酪 | 111010001011110111001100111010001100110111101111 | e8bdcce8cdef |
UTF-8 | 莉匁酪 | 111010001000111010001001111001011000110010000001111010011000010110101010 | e88e89e58c81e985aa |
UHC | 莉?酪 | 1101011111101001001111111101010110101100 | d7e93fd5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)