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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 慂???k? | 1001110011001000001111110011111100111111100000101000101100111111 | 9cc83f3f3f828b3f |
EUC-JP | 慂???k? | 1101100011001010001111110011111100111111101000111110101100111111 | d8ca3f3f3fa3eb3f |
UTF-8 | 慂뗫챶溜k젌 | 111001101000010110000010111010111001011110101011111011001011000110110110111011111010011110001011111011111011110110001011111011001010000010001100 | e68582eb97abecb1b6efa78befbd8beca08c |
UHC | 慂뗫챶溜k젌 | 111010011011110110001011111010111010101010000011111010101111111010100011111010111010000010001101 | e9bd8bebaa83eafea3eba08d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)