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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雍刎繹 | 111010001011010010011001100001101110001110001000 | e8b49986e388 |
EUC-JP | 雍刎繹 | 111100001011011011010001111001101110010111101000 | f0b6d1e6e5e8 |
UTF-8 | 雍刎繹 | 111010011001101110001101111001011000100010001110111001111011100110111001 | e99b8de5888ee7b9b9 |
UHC | 雍刎繹 | 111010001011110011011001111110111110011010111010 | e8bcd9fbe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)