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 | 霖゙昞碎ェ | 1110100011000001110111101111101011010011111000011110101010101010 | e8c1defad3e1eaaa |
EUC-JP | 霖゙昞碎ェ | 1111000011000011100011101101111010001111110000101010000111100010111011001000111010101010 | f0c38ede8fc2a1e2ec8eaa |
UTF-8 | 霖゙昞碎ェ | 111010011001110010010110111011111011111010011110111001101001100010011110111001111010001010001110111011111011110110101010 | e99c96efbe9ee6989ee7a28eefbdaa |
UHC | 霖?昞碎? | 1101011111111101001111111101110010110101111000011110111100111111 | d7fd3fdcb5e1ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)