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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 隋雁ヾ^ | 11100100010000001000101011100101100000010101001101011110 | e4408ae581535e |
EUC-JP | 隋雁ヾ^ | 11100111101000011011010011100111101000011011010001011110 | e7a1b4e7a1b45e |
UTF-8 | 隋雁ヾ^ | 11101001100110101000101111101001100110111000000111100011100000111011111001011110 | e99a8be99b81e383be5e |
UHC | 隋雁?^ | 111000101100100111100100110100100011111101011110 | e2c9e4d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)