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 | ?擘?擘^ | 00111111100111011010010000111111100111011010010001011110 | 3f9da43f9da45e |
EUC-JP | ?擘?擘^ | 00111111110110101010011000111111110110101010011001011110 | 3fdaa63fdaa65e |
UTF-8 | 뤒擘뤒擘^ | 11101011101001001001001011100110100100111001100011101011101001001001001011100110100100111001100001011110 | eba492e69398eba492e693985e |
UHC | 뤒擘뤒擘^ | 100011111100001011011011111110111000111111000010110110111111101101011110 | 8fc2dbfb8fc2dbfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)