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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 箏簔[箏簔[^ | 1110001010110101111000101100000101011011111000101011010111100010110000010101101101011110 | e2b5e2c15be2b5e2c15b5e |
EUC-JP | 箏簔[箏簔[^ | 1110010010110111111001001100001101011011111001001011011111100100110000110101101101011110 | e4b7e4c35be4b7e4c35b5e |
UTF-8 | 箏簔[箏簔[^ | 111001111010111010001111111001111011000010010100010110111110011110101110100011111110011110110000100101000101101101011110 | e7ae8fe7b0945be7ae8fe7b0945b5e |
UHC | 箏?[箏?[^ | 111011101011010000111111010110111110111010110100001111110101101101011110 | eeb43f5beeb43f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)