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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 酪?擧^ | 100101111000111100111111100111011010011101011110 | 978f3f9da75e |
EUC-JP | 酪?擧^ | 110011011110111100111111110110101010100101011110 | cdef3fdaa95e |
UTF-8 | 酪튬擧^ | 11101001100001011010101011101101100010101010110011100110100100111010011101011110 | e985aaed8aace693a75e |
UHC | 酪튬擧^ | 11010101101011001100011010101100110010111110000101011110 | d5acc6accbe15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)