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 | 蛾?}蛾?{^ | 100010011110100100111111011111011000100111101001001111110111101101011110 | 89e93f7d89e93f7b5e |
EUC-JP | 蛾?}蛾?{^ | 101100101110101100111111011111011011001011101011001111110111101101011110 | b2eb3f7db2eb3f7b5e |
UTF-8 | 蛾읫}蛾읫{^ | 111010001001101110111110111011001001110110101011011111011110100010011011101111101110110010011101101010110111101101011110 | e89bbeec9dab7de89bbeec9dab7b5e |
UHC | 蛾읫}蛾읫{^ | 1110010010110110110000001100101101111101111001001011011011000000110010110111101101011110 | e4b6c0cb7de4b6c0cb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)