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{^ | 1001110010011001001111110110111001111101100111001001100100111111011011100111101101011110 | 9c993f6e7d9c993f6e7b5e |
EUC-JP | 恙?n}恙?n{^ | 1101011111111001001111110110111001111101110101111111100100111111011011100111101101011110 | d7f93f6e7dd7f93f6e7b5e |
UTF-8 | 恙띢n}恙띢n{^ | 1110011010000001100110011110101110011101101000100110111001111101111001101000000110011001111010111001110110100010011011100111101101011110 | e68199eb9da26e7de68199eb9da26e7b5e |
UHC | 恙띢n}恙띢n{^ | 11100101101111111000110111010111011011100111110111100101101111111000110111010111011011100111101101011110 | e5bf8dd76e7de5bf8dd76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)