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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 慂蝋颶 | 100111001100100010011000010110001110100101000110 | 9cc89858e946 |
EUC-JP | 慂蝋颶 | 110110001100101011001111101110011111000110100111 | d8cacfb9f1a7 |
UTF-8 | 慂蝋颶 | 111001101000010110000010111010001001110110001011111010011010001010110110 | e68582e89d8be9a2b6 |
UHC | 慂?? | 11101001101111010011111100111111 | e9bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)