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 | 闍ウ騾ク隘イ^ | 11101000100010111011001111101001100000001011100011101000101001011011001001011110 | e88bb3e980b8e8a5b25e |
EUC-JP | 闍ウ騾ク隘イ^ | 11101111111010111000111010110011111100011110000010001110101110001111000010100111100011101011001001011110 | efeb8eb3f1e08eb8f0a78eb25e |
UTF-8 | 闍ウ騾ク隘イ^ | 11101001100101111000110111101111101111011011001111101001101010001011111011101111101111011011100011101001100110101001100011101111101111011011001001011110 | e9978defbdb3e9a8beefbdb8e99a98efbdb25e |
UHC | ????隘?^ | 0011111100111111001111110011111111100100111101100011111101011110 | 3f3f3f3fe4f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)