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 | 鮏矗 | 1111110001000011111100001110100111110001111111001110000111011110 | fc43f0e9f1fce1de |
EUC-JP | 鮏??矗 | 10001111111010101101101100111111001111111110001011100000 | 8feadb3f3fe2e0 |
UTF-8 | 鮏矗 | 111010011010111010001111111011101000001010101000111011101000010110110111111001111001111110010111 | e9ae8fee82a8ee85b7e79f97 |
UHC | ???矗 | 0011111100111111001111111111010110111000 | 3f3f3ff5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)