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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鶯щ?豫??^ | 11101001111100101000010010001011001111111001100010101100001111110011111101011110 | e9f2848b3f98ac3f3f5e |
EUC-JP | 鶯щ?豫??^ | 11110010111101001010011111101011001111111101000010101110001111110011111101011110 | f2f4a7eb3fd0ae3f3f5e |
UTF-8 | 鶯щ젵豫몃젵^ | 111010011011011010101111110100011000100111101100101000001011010111101000101100011010101111101011101010101000001111101100101000001011010101011110 | e9b6afd189eca0b5e8b1abebaa83eca0b55e |
UHC | 鶯щ젵豫몃젵^ | 11100101101000111010110011101011101000001010100111100111111000111011100011101011101000001010100101011110 | e5a3aceba0a9e7e3b8eba0a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)