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 | 歔廩莎 | 100111110110000010011100010010001110010010110011 | 9f609c48e4b3 |
EUC-JP | 歔廩莎 | 110111011100000111010111101010011110100010110101 | ddc1d7a9e8b5 |
UTF-8 | 歔廩莎 | 111001101010110110010100111001011011101110101001111010001000111010001110 | e6ad94e5bba9e88e8e |
UHC | ??莎 | 00111111001111111101111011101101 | 3f3fdeed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)