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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楯?楯? | 100011110111110000111111100011110111110000111111 | 8f7c3f8f7c3f |
EUC-JP | 楯?楯? | 101111011101110100111111101111011101110100111111 | bddd3fbddd3f |
UTF-8 | 楯잼楯잼 | 111001101010010110101111111011001001111010111100111001101010010110101111111011001001111010111100 | e6a5afec9ebce6a5afec9ebc |
UHC | 楯잼楯잼 | 1110001011100100110000001110101111100010111001001100000011101011 | e2e4c0ebe2e4c0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)