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 | ¬û] | 1000111110101100100010111111101101011101 | 8fac8bfb5d |
SJIS-WIN | ?¬??] | 001111111000000111001010001111110011111101011101 | 3f81ca3f3f5d |
EUC-JP | ?¬?û] | 0011111110100010110011000011111110001111101010111110010101011101 | 3fa2cc3f8fabe55d |
UTF-8 | ¬û] | 110000101000111111000010101011001100001010001011110000111011101101011101 | c28fc2acc28bc3bb5d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)