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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 鴫屡D鴫屡D^ | 1000111010110000100011101100011001000100100011101011000010001110110001100100010001011110 | 8eb08ec6448eb08ec6445e |
EUC-JP | 鴫屡D鴫屡D^ | 1011110010110010101111001100100001000100101111001011001010111100110010000100010001011110 | bcb2bcc844bcb2bcc8445e |
UTF-8 | 鴫屡D鴫屡D^ | 111010011011010010101011111001011011000110100001010001001110100110110100101010111110010110110001101000010100010001011110 | e9b4abe5b1a144e9b4abe5b1a1445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)