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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ?}??オe^ | 001111111000000101110000001111110011111110000011010010010110010101011110 | 3f81703f3f8349655e |
EUC-JP | ?}??オe^ | 001111111010000111010001001111110011111110100101101010100110010101011110 | 3fa1d13f3fa5aa655e |
UTF-8 | 룶}룶쨵オe^ | 1110101110100011101101101110111110111101100111011110101110100011101101101110110010101000101101011110001110000010101010100110010101011110 | eba3b6efbd9deba3b6eca8b5e382aa655e |
UHC | 룶}룶쨵オe^ | 100011111010101110100011111111011000111110101011101001001000111110101011101010100110010101011110 | 8faba3fd8faba48fabaa655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)