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 | シ眄骼イシニ^ | 101111001110000110111110111010011000111010110010101111001100011001011110 | bce1bee98eb2bcc65e |
EUC-JP | シ眄骼イシニ^ | 10001110101111001110001011000000111100011110111010001110101100101000111010111100100011101100011001011110 | 8ebce2c0f1ee8eb28ebc8ec65e |
UTF-8 | シ眄骼イシニ^ | 11101111101111011011110011100111100111001000010011101001101010101011110011101111101111011011001011101111101111011011110011101111101111101000011001011110 | efbdbce79c84e9aabcefbdb2efbdbcefbe865e |
UHC | ?眄????^ | 0011111111011000111110000011111100111111001111110011111101011110 | 3fd8f83f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)