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 | フ潴}フ潴{^ | 110011001110000001101011011111011100110011100000011010110111101101011110 | cce06b7dcce06b7b5e |
EUC-JP | フ潴}フ潴{^ | 1000111011001100110111111100110001111101100011101100110011011111110011000111101101011110 | 8eccdfcc7d8eccdfcc7b5e |
UTF-8 | フ潴}フ潴{^ | 111011111011111010001100111001101011110110110100011111011110111110111110100011001110011010111101101101000111101101011110 | efbe8ce6bdb47defbe8ce6bdb47b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)