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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 筏?n}筏?n{^ | 1001010010110011001111110110111001111101100101001011001100111111011011100111101101011110 | 94b33f6e7d94b33f6e7b5e |
EUC-JP | 筏?n}筏?n{^ | 1100100010110101001111110110111001111101110010001011010100111111011011100111101101011110 | c8b53f6e7dc8b53f6e7b5e |
UTF-8 | 筏닯n}筏닯n{^ | 1110011110101101100011111110101110001011101011110110111001111101111001111010110110001111111010111000101110101111011011100111101101011110 | e7ad8feb8baf6e7de7ad8feb8baf6e7b5e |
UHC | 筏닯n}筏닯n{^ | 11011011111010101011010011100001011011100111110111011011111010101011010011100001011011100111101101011110 | dbeab4e16e7ddbeab4e16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)