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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?鉥?鉥^ | 001111111000111111100011111010000011111110001111111000111110100001011110 | 3f8fe3e83f8fe3e85e |
UTF-8 | 뼡鉥뼡鉥^ | 11101011101111001010000111101001100010011010010111101011101111001010000111101001100010011010010101011110 | ebbca1e989a5ebbca1e989a55e |
UHC | 뼡鉥뼡鉥^ | 100101101010010011100010111111001001011010100100111000101111110001011110 | 96a4e2fc96a4e2fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)