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 | 苜醇ェ苜醇ェ^ | 1110010010011100100011111000011010101010111001001001110010001111100001101010101001011110 | e49c8f86aae49c8f86aa5e |
EUC-JP | 苜醇ェ苜醇ェ^ | 11100111111111001011110111100110100011101010101011100111111111001011110111100110100011101010101001011110 | e7fcbde68eaae7fcbde68eaa5e |
UTF-8 | 苜醇ェ苜醇ェ^ | 11101000100010111001110011101001100001101000011111101111101111011010101011101000100010111001110011101001100001101000011111101111101111011010101001011110 | e88b9ce98687efbdaae88b9ce98687efbdaa5e |
UHC | ?醇??醇?^ | 001111111110001011110101001111110011111111100010111101010011111101011110 | 3fe2f53f3fe2f53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)