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 | 唏咤}唏咤{^ | 1001101001001000100110100100001001111101100110100100100010011010010000100111101101011110 | 9a489a427d9a489a427b5e |
EUC-JP | 唏咤}唏咤{^ | 1101001110101001110100111010001101111101110100111010100111010011101000110111101101011110 | d3a9d3a37dd3a9d3a37b5e |
UTF-8 | 唏咤}唏咤{^ | 111001011001010010001111111001011001001010100100011111011110010110010100100011111110010110010010101001000111101101011110 | e5948fe592a47de5948fe592a47b5e |
UHC | ?咤}?咤{^ | 001111111111011011100011011111010011111111110110111000110111101101011110 | 3ff6e37d3ff6e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)