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 | フ鷂}フ鷂{^ | 110011001110101001010111011111011100110011101010010101110111101101011110 | ccea577dccea577b5e |
EUC-JP | フ鷂}フ鷂{^ | 1000111011001100111100111011100001111101100011101100110011110011101110000111101101011110 | 8eccf3b87d8eccf3b87b5e |
UTF-8 | フ鷂}フ鷂{^ | 111011111011111010001100111010011011011110000010011111011110111110111110100011001110100110110111100000100111101101011110 | efbe8ce9b7827defbe8ce9b7827b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)