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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?鳶???B | 00111111100100111100111000111111001111110011111101000010 | 3f93ce3f3f3f42 |
EUC-JP | ?鳶???B | 00111111110001101101000000111111001111110011111101000010 | 3fc6d03f3f3f42 |
UTF-8 | 렼鳶렰렋렭B | 11101011101000001011110011101001101100111011011011101011101000001011000011101011101000001000101111101011101000001010110101000010 | eba0bce9b3b6eba0b0eba08beba0ad42 |
UHC | 렼鳶렰렋렭B | 1000111011000100111001101110100110001110101111011000111010100010100011101011101001000010 | 8ec4e6e98ebd8ea28eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)