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 | ?恃 | 001111111001110010010100 | 3f9c94 |
EUC-JP | ?恃 | 001111111101011111110100 | 3fd7f4 |
UTF-8 | 뎧恃 | 111010111000111010100111111001101000000110000011 | eb8ea7e68183 |
UHC | 뎧恃 | 10001001011101101110001110111110 | 8976e3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)