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 | 狡縉}狡縉{^ | 1110000011000010111000110111010101111101111000001100001011100011011101010111101101011110 | e0c2e3757de0c2e3757b5e |
EUC-JP | 狡縉}狡縉{^ | 1110000011000100111001011101011001111101111000001100010011100101110101100111101101011110 | e0c4e5d67de0c4e5d67b5e |
UTF-8 | 狡縉}狡縉{^ | 111001111000101110100001111001111011100010001001011111011110011110001011101000011110011110111000100010010111101101011110 | e78ba1e7b8897de78ba1e7b8897b5e |
UHC | 狡縉}狡縉{^ | 1100111011101010111100101101101101111101110011101110101011110010110110110111101101011110 | ceeaf2db7dceeaf2db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)