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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮻宍炅質 | 11111100010001011000111010110011111110110101000110001110101111111111000010100111 | fc458eb3fb518ebff0a7 |
EUC-JP | 鮻宍炅質? | 1000111111101010111010101011110010110101100011111100100111001010101111001100000100111111 | 8feaeabcb58fc9cabcc13f |
UTF-8 | 鮻宍炅質 | 111010011010111010111011111001011010111010001101111001111000001010000101111010001011001110101010111011101000000110100110 | e9aebbe5ae8de78285e8b3aaee81a6 |
UHC | ??炅質? | 00111111001111111100110011011101111100101111010100111111 | 3f3fccddf2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)