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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 闢碓[}闢碓[{^ | 11101000100100111000100101001111010110110111110111101000100100111000100101001111010110110111101101011110 | e893894f5b7de893894f5b7b5e |
EUC-JP | 闢碓[}闢碓[{^ | 11101111111100111011000110110000010110110111110111101111111100111011000110110000010110110111101101011110 | eff3b1b05b7deff3b1b05b7b5e |
UTF-8 | 闢碓[}闢碓[{^ | 1110100110010111101000101110011110100010100100110101101101111101111010011001011110100010111001111010001010010011010110110111101101011110 | e997a2e7a2935b7de997a2e7a2935b7b5e |
UHC | 闢?[}闢?[{^ | 1101110010100011001111110101101101111101110111001010001100111111010110110111101101011110 | dca33f5b7ddca33f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)