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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 弍曵}弍曵{^ | 1001100010101111100111100100100101111101100110001010111110011110010010010111101101011110 | 98af9e497d98af9e497b5e |
EUC-JP | 弍曵}弍曵{^ | 1101000010110001110110111010101001111101110100001011000111011011101010100111101101011110 | d0b1dbaa7dd0b1dbaa7b5e |
UTF-8 | 弍曵}弍曵{^ | 111001011011110010001101111001101001101110110101011111011110010110111100100011011110011010011011101101010111101101011110 | e5bc8de69bb57de5bc8de69bb57b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)