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 | 霑鴉}霑鴉{^ | 1110100010111111111010011110101101111101111010001011111111101001111010110111101101011110 | e8bfe9eb7de8bfe9eb7b5e |
EUC-JP | 霑鴉}霑鴉{^ | 1111000011000001111100101110110101111101111100001100000111110010111011010111101101011110 | f0c1f2ed7df0c1f2ed7b5e |
UTF-8 | 霑鴉}霑鴉{^ | 111010011001110010010001111010011011010010001001011111011110100110011100100100011110100110110100100010010111101101011110 | e99c91e9b4897de99c91e9b4897b5e |
UHC | 霑鴉}霑鴉{^ | 1110111111000101111001001011110001111101111011111100010111100100101111000111101101011110 | efc5e4bc7defc5e4bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)