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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | 偕?O害 | 100110001111000100111111010011111000101001010001 | 98f13f4f8a51 |
EUC-JP | 偕?O害 | 110100001111001100111111010011111011001110110010 | d0f33f4fb3b2 |
UTF-8 | 偕렡O害 | 11100101100000011001010111101011101000001010000101001111111001011010111010110011 | e58195eba0a14fe5aeb3 |
UHC | 偕렡O害 | 11111010101001011000111010110010010011111111101010101010 | faa58eb24ffaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)