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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 闍ウ騾ク驟ャ\ | 11101000100010111011001111101001100000001011100011101001100001011010110001011100 | e88bb3e980b8e985ac5c |
EUC-JP | 闍ウ騾ク驟ャ\ | 11101111111010111000111010110011111100011110000010001110101110001111000111100101100011101010110001011100 | efeb8eb3f1e08eb8f1e58eac5c |
UTF-8 | 闍ウ騾ク驟ャ\ | 11101001100101111000110111101111101111011011001111101001101010001011111011101111101111011011100011101001101010011001111111101111101111011010110001011100 | e9978defbdb3e9a8beefbdb8e9a99fefbdac5c |
UHC | ????驟?\ | 0011111100111111001111110011111111110110101011100011111101011100 | 3f3f3f3ff6ae3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)