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 | 桒桒^ | 111101101101100111111010111000111111011011011001111110101110001101011110 | f6d9fae3f6d9fae35e |
EUC-JP | ?桒?桒^ | 001111111000111111000011110010010011111110001111110000111100100101011110 | 3f8fc3c93f8fc3c95e |
UTF-8 | 桒桒^ | 11101110100101001000000011100110101000011001001011101110100101001000000011100110101000011001001001011110 | ee9480e6a192ee9480e6a1925e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)