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 | シ鮴イシ鮴イ^ | 101111001110100110111110101100101011110011101001101111101011001001011110 | bce9beb2bce9beb25e |
EUC-JP | シ鮴イシ鮴イ^ | 10001110101111001111001011000000100011101011001010001110101111001111001011000000100011101011001001011110 | 8ebcf2c08eb28ebcf2c08eb25e |
UTF-8 | シ鮴イシ鮴イ^ | 11101111101111011011110011101001101011101011010011101111101111011011001011101111101111011011110011101001101011101011010011101111101111011011001001011110 | efbdbce9aeb4efbdb2efbdbce9aeb4efbdb25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)