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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 苜紙ェ苜紙ェ^ | 1110010010011100100011101000011010101010111001001001110010001110100001101010101001011110 | e49c8e86aae49c8e86aa5e |
EUC-JP | 苜紙ェ苜紙ェ^ | 11100111111111001011101111100110100011101010101011100111111111001011101111100110100011101010101001011110 | e7fcbbe68eaae7fcbbe68eaa5e |
UTF-8 | 苜紙ェ苜紙ェ^ | 11101000100010111001110011100111101101001001100111101111101111011010101011101000100010111001110011100111101101001001100111101111101111011010101001011110 | e88b9ce7b499efbdaae88b9ce7b499efbdaa5e |
UHC | ?紙??紙?^ | 001111111111001010110101001111110011111111110010101101010011111101011110 | 3ff2b53f3ff2b53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)