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 | 帳摸}帳摸{^ | 1001001010100000100101101100110001111101100100101010000010010110110011000111101101011110 | 92a096cc7d92a096cc7b5e |
EUC-JP | 帳摸}帳摸{^ | 1100010010100010110011001100111001111101110001001010001011001100110011100111101101011110 | c4a2ccce7dc4a2ccce7b5e |
UTF-8 | 帳摸}帳摸{^ | 111001011011100010110011111001101001000110111000011111011110010110111000101100111110011010010001101110000111101101011110 | e5b8b3e691b87de5b8b3e691b87b5e |
UHC | 帳摸}帳摸{^ | 1110110111100011110110011011100001111101111011011110001111011001101110000111101101011110 | ede3d9b87dede3d9b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)