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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 涌唏[}涌唏[{^ | 10010111010011111001101001001000010110110111110110010111010011111001101001001000010110110111101101011110 | 974f9a485b7d974f9a485b7b5e |
EUC-JP | 涌唏[}涌唏[{^ | 11001101101100001101001110101001010110110111110111001101101100001101001110101001010110110111101101011110 | cdb0d3a95b7dcdb0d3a95b7b5e |
UTF-8 | 涌唏[}涌唏[{^ | 1110011010110110100011001110010110010100100011110101101101111101111001101011011010001100111001011001010010001111010110110111101101011110 | e6b68ce5948f5b7de6b68ce5948f5b7b5e |
UHC | 涌?[}涌?[{^ | 1110100110111111001111110101101101111101111010011011111100111111010110110111101101011110 | e9bf3f5b7de9bf3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)