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 | 疚耻}疚耻{^ | 1110000101101011111000111101010101111101111000010110101111100011110101010111101101011110 | e16be3d57de16be3d57b5e |
EUC-JP | 疚耻}疚耻{^ | 1110000111001100111001101101011101111101111000011100110011100110110101110111101101011110 | e1cce6d77de1cce6d77b5e |
UTF-8 | 疚耻}疚耻{^ | 111001111001011010011010111010001000000010111011011111011110011110010110100110101110100010000000101110110111101101011110 | e7969ae880bb7de7969ae880bb7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)