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{^ | 11111011111101101110100111000101011011100111110111111011111101101110100111000101011011100111101101011110 | fbf6e9c56e7dfbf6e9c56e7b5e |
EUC-JP | ?鯒n}?鯒n{^ | 0011111111110010110001110110111001111101001111111111001011000111011011100111101101011110 | 3ff2c76e7d3ff2c76e7b5e |
UTF-8 | 飯鯒n}飯鯒n{^ | 1110111110101000101010101110100110101111100100100110111001111101111011111010100010101010111010011010111110010010011011100111101101011110 | efa8aae9af926e7defa8aae9af926e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)