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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釥自 | 111110111100000010001110101010011111001010110110 | fbc08ea9f2b6 |
EUC-JP | 釥自? | 100011111110001110101011101111001010101100111111 | 8fe3abbcab3f |
UTF-8 | 釥自 | 111010011000011110100101111010001000011110101010111011101000011110101101 | e987a5e887aaee87ad |
UHC | ?自? | 00111111111011011011101100111111 | 3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)