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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 狐z狐zB | 10001100110011110111101010001100110011110111101001000010 | 8ccf7a8ccf7a42 |
EUC-JP | 狐z狐zB | 10111000110100010111101010111000110100010111101001000010 | b8d17ab8d17a42 |
UTF-8 | 狐z狐zB | 111001111000101110010000011110101110011110001011100100000111101001000010 | e78b907ae78b907a42 |
UHC | 狐z狐zB | 11111011110011110111101011111011110011110111101001000010 | fbcf7afbcf7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)