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 | ?書 | 001111111000111110010001 | 3f8f91 |
EUC-JP | ?書 | 001111111011110111110001 | 3fbdf1 |
UTF-8 | 얗書 | 111011001001011010010111111001101001101110111000 | ec9697e69bb8 |
UHC | 얗書 | 10111110111010011101111111110110 | bee9dff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)