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 | 覩磯喬 | 111001100100111010001000111010011000101110101010 | e64e88e98baa |
EUC-JP | 覩磯喬 | 111010111010111110110000111010111011011010101100 | ebafb0ebb6ac |
UTF-8 | 覩磯喬 | 111010001010011010101001111001111010001110101111111001011001011010101100 | e8a6a9e7a3afe596ac |
UHC | 覩磯喬 | 110101001010110111010001101101001100111011100010 | d4add1b4cee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)