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 | 錵錵[錵錵[^ | 1110100001000101111010000100010101011011111010000100010111101000010001010101101101011110 | e845e8455be845e8455b5e |
EUC-JP | 錵錵[錵錵[^ | 1110111110100110111011111010011001011011111011111010011011101111101001100101101101011110 | efa6efa65befa6efa65b5e |
UTF-8 | 錵錵[錵錵[^ | 111010011000110010110101111010011000110010110101010110111110100110001100101101011110100110001100101101010101101101011110 | e98cb5e98cb55be98cb5e98cb55b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)