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 | ??J}??J{^ | 001111110011111101001010011111010011111100111111010010100111101101011110 | 3f3f4a7d3f3f4a7b5e |
SJIS-WIN | 顋貳J}顋貳J{^ | 11101000111110011110011011000110010010100111110111101000111110011110011011000110010010100111101101011110 | e8f9e6c64a7de8f9e6c64a7b5e |
EUC-JP | 顋貳J}顋貳J{^ | 11110000111110111110110011001000010010100111110111110000111110111110110011001000010010100111101101011110 | f0fbecc84a7df0fbecc84a7b5e |
UTF-8 | 顋貳J}顋貳J{^ | 1110100110100001100010111110100010110010101100110100101001111101111010011010000110001011111010001011001010110011010010100111101101011110 | e9a18be8b2b34a7de9a18be8b2b34a7b5e |
UHC | ?貳J}?貳J{^ | 0011111111101100110000110100101001111101001111111110110011000011010010100111101101011110 | 3fecc34a7d3fecc34a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)