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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 兀??oBF | 10011001010110010011111100111111011011110100001001000110 | 99593f3f6f4246 |
EUC-JP | 兀??oBF | 11010001101110100011111100111111011011110100001001000110 | d1ba3f3f6f4246 |
UTF-8 | 兀볣㎟oBF | 111001011000010110000000111010111011001110100011111000111000111010011111011011110100001001000110 | e58580ebb3a3e38e9f6f4246 |
UHC | 兀볣㎟oBF | 111010001011010010010011111010011010011110110001011011110100001001000110 | e8b493e9a7b16f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)