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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淫ц?陰 | 10001000111110101000010010001000001111111000100101000001 | 88fa84883f8941 |
EUC-JP | 淫ц?陰 | 10110000111111001010011111101000001111111011000110100010 | b0fca7e83fb1a2 |
UTF-8 | 淫ц뿻陰 | 1110011010110111101010111101000110000110111010111011111110111011111010011001100110110000 | e6b7abd186ebbfbbe999b0 |
UHC | 淫ц뿻陰 | 1110101111100010101011001110100010010111101110111110101111100100 | ebe2ace897bbebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)