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 | 闢嗄}闢嗄{^ | 1110100010010011100110100110110101111101111010001001001110011010011011010111101101011110 | e8939a6d7de8939a6d7b5e |
EUC-JP | 闢嗄}闢嗄{^ | 1110111111110011110100111100111001111101111011111111001111010011110011100111101101011110 | eff3d3ce7deff3d3ce7b5e |
UTF-8 | 闢嗄}闢嗄{^ | 111010011001011110100010111001011001011110000100011111011110100110010111101000101110010110010111100001000111101101011110 | e997a2e597847de997a2e597847b5e |
UHC | 闢?}闢?{^ | 110111001010001100111111011111011101110010100011001111110111101101011110 | dca33f7ddca33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)