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 | 睫老 | 11100001110010101001100001010110 | e1ca9856 |
EUC-JP | 睫老 | 11100010110011001100111110110111 | e2cccfb7 |
UTF-8 | 睫老 | 111001111001110110101011111010001000000010000001 | e79dabe88081 |
UHC | 睫老 | 11110100111000101101011011010101 | f4e2d6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)