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 | 誓誓[誓誓[^ | 1001000010111110100100001011111001011011100100001011111010010000101111100101101101011110 | 90be90be5b90be90be5b5e |
EUC-JP | 誓誓[誓誓[^ | 1100000011000000110000001100000001011011110000001100000011000000110000000101101101011110 | c0c0c0c05bc0c0c0c05b5e |
UTF-8 | 誓誓[誓誓[^ | 111010001010101010010011111010001010101010010011010110111110100010101010100100111110100010101010100100110101101101011110 | e8aa93e8aa935be8aa93e8aa935b5e |
UHC | 誓誓[誓誓[^ | 1110000010100101111000001010010101011011111000001010010111100000101001010101101101011110 | e0a5e0a55be0a5e0a55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)