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 | 耀粫耀粫^ | 100101110111001111100010111001101001011101110011111000101110011001011110 | 9773e2e69773e2e65e |
EUC-JP | 耀粫耀粫^ | 110011011101010011100100111010001100110111010100111001001110100001011110 | cdd4e4e8cdd4e4e85e |
UTF-8 | 耀粫耀粫^ | 11101000100000001000000011100111101100101010101111101000100000001000000011100111101100101010101101011110 | e88080e7b2abe88080e7b2ab5e |
UHC | 耀?耀?^ | 11101001101001010011111111101001101001010011111101011110 | e9a53fe9a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)