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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒹区海鐓 | 1110010011100011100010111110011010001010010000111110100001011101 | e4e38be68a43e85d |
EUC-JP | 蒹区海鐓 | 1110100011100101101101101110100010110011101001001110111110111110 | e8e5b6e8b3a4efbe |
UTF-8 | 蒹区海鐓 | 111010001001001010111001111001011000110010111010111001101011010110110111111010011001000010010011 | e892b9e58cbae6b5b7e99093 |
UHC | ??海? | 0011111100111111111110101010110100111111 | 3f3ffaad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)