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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 釣???B | 100100101101111000111111001111110011111101000010 | 92de3f3f3f42 |
EUC-JP | 釣?玎?B | 1100010011100000001111111000111111001011110100100011111101000010 | c4e03f8fcbd23f42 |
UTF-8 | 釣렗玎렱B | 11101001100001111010001111101011101000001001011111100111100011101000111011101011101000001011000101000010 | e987a3eba097e78e8eeba0b142 |
UHC | 釣렗玎렱B | 111100001110010110001110101011001110111111101001100011101011111001000010 | f0e58eacefe98ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)