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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 賃?止? | 100100101100000000111111100011100111111000111111 | 92c03f8e7e3f |
EUC-JP | 賃?止? | 110001001100001000111111101110111101111100111111 | c4c23fbbdf3f |
UTF-8 | 賃렔止렜 | 111010001011001110000011111010111010000010010100111001101010110110100010111010111010000010011100 | e8b383eba094e6ada2eba09c |
UHC | 賃렔止렜 | 1110110011111100100011101010100111110010101011011000111010101110 | ecfc8ea9f2ad8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)