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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ハ骼エタミ宍 | 11110001111000101100101011101001100011101011010011000000110100001000111010110011 | f1e2cae98eb4c0d08eb3 |
EUC-JP | ?ハ骼エタミ宍 | 00111111100011101100101011110001111011101000111010110100100011101100000010001110110100001011110010110101 | 3f8ecaf1ee8eb48ec08ed0bcb5 |
UTF-8 | ハ骼エタミ宍 | 111011101000010110011101111011111011111010001010111010011010101010111100111011111011110110110100111011111011111010000000111011111011111010010000111001011010111010001101 | ee859defbe8ae9aabcefbdb4efbe80efbe90e5ae8d |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)