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 | 窪攪?沽 | 10001100010001011001110110011000001111111001111110011000 | 8c459d983f9f98 |
EUC-JP | 窪攪?沽 | 10110111101001101101100111111000001111111101110111111000 | b7a6d9f83fddf8 |
UTF-8 | 窪攪렲沽 | 111001111010101010101010111001101001010010101010111010111010000010110010111001101011001010111101 | e7aaaae694aaeba0b2e6b2bd |
UHC | 窪攪렲沽 | 1110100011000001110011101110011010001110101111111100110110111111 | e8c1cee68ebfcdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)