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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | ┃━F | 1000010010101011100001001010101001000110 | 84ab84aa46 |
EUC-JP | ┃━F | 1010100010101101101010001010110001000110 | a8ada8ac46 |
UTF-8 | ┃━F | 11100010100101001000001111100010100101001000000101000110 | e29483e2948146 |
UHC | ┃━F | 1010011010101101101001101010110001000110 | a6ada6ac46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)