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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???沅??? | 001111110011111100111111100011111100011011101001001111110011111100111111 | 3f3f3f8fc6e93f3f3f |
UTF-8 | 濾곌쑴沅쎿뤃璘 | 111011111010011010000100111010101011001110001100111011001001000110110100111001101011001010000101111011001000111010111111111010111010010010000011111011111010011110101111 | efa684eab38cec91b4e6b285ec8ebfeba483efa7af |
UHC | 濾곌쑴沅쎿뤃璘 | 1110011010100100101100001110101010111110101010011110101010110110100110111110011010001111101101001110110011011110 | e6a4b0eabea9eab69be68fb4ecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)