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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉋馴。梧キ | 1110011111101110100100111110100110100001100011001110011010110111 | e7ee93e9a18ce6b7 |
EUC-JP | 鉋馴。梧キ | 11101110111100001100011011101011100011101010000110111000111010001000111010110111 | eef0c6eb8ea1b8e88eb7 |
UTF-8 | 鉋馴。梧キ | 111010011000100110001011111010011010011010110100111011111011110110100001111001101010001010100111111011111011110110110111 | e9898be9a6b4efbda1e6a2a7efbdb7 |
UHC | ?馴?梧? | 00111111111000101111100000111111111001111111110000111111 | 3fe2f83fe7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)