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 | 覩ル混 | 111001100100111010000011100010111000110110101100 | e64e838b8dac |
EUC-JP | 覩ル混 | 111010111010111110100101111010111011101010101110 | ebafa5ebbaae |
UTF-8 | 覩ル混 | 111010001010011010101001111000111000001110101011111001101011011110110111 | e8a6a9e383abe6b7b7 |
UHC | 覩ル混 | 110101001010110110101011111010111111101111101000 | d4adabebfbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)