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 | セャ邪梢エ^ | 10111110101011001000111011010111100011111011110111110000100011101011010001011110 | beac8ed78fbdf08eb45e |
EUC-JP | セャ邪梢?エ^ | 100011101011111010001110101011001011110011011001101111101011111100111111100011101011010001011110 | 8ebe8eacbcd9bebf3f8eb45e |
UTF-8 | セャ邪梢エ^ | 11101111101111011011111011101111101111011010110011101001100000101010101011100110101000101010001011101110100000011000110111101111101111011011010001011110 | efbdbeefbdace982aae6a2a2ee818defbdb45e |
UHC | ??邪梢??^ | 001111110011111111011110111101111111010011111110001111110011111101011110 | 3f3fdef7f4fe3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)