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 | 睫 | 11100001110010101111001010110111 | e1caf2b7 |
EUC-JP | 睫? | 111000101100110000111111 | e2cc3f |
UTF-8 | 睫 | 111001111001110110101011111011101000011110101110 | e79dabee87ae |
UHC | 睫? | 111101001110001000111111 | f4e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)