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 | 妖?}妖?{^ | 100101110110010000111111011111011001011101100100001111110111101101011110 | 97643f7d97643f7b5e |
EUC-JP | 妖?}妖?{^ | 110011011100010100111111011111011100110111000101001111110111101101011110 | cdc53f7dcdc53f7b5e |
UTF-8 | 妖숥}妖숥{^ | 111001011010011010010110111011001000100010100101011111011110010110100110100101101110110010001000101001010111101101011110 | e5a696ec88a57de5a696ec88a57b5e |
UHC | 妖숥}妖숥{^ | 1110100011101101100110100100001001111101111010001110110110011010010000100111101101011110 | e8ed9a427de8ed9a427b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)