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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 材釜材釜^ | 100011011101111010001010100110001000110111011110100010101001100001011110 | 8dde8a988dde8a985e |
EUC-JP | 材釜材釜^ | 101110101110000010110011111110001011101011100000101100111111100001011110 | bae0b3f8bae0b3f85e |
UTF-8 | 材釜材釜^ | 11100110100111011001000011101001100001111001110011100110100111011001000011101001100001111001110001011110 | e69d90e9879ce69d90e9879c5e |
UHC | 材釜材釜^ | 111011101010011111011101101111001110111010100111110111011011110001011110 | eea7ddbceea7ddbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)