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 | 隍雁羅 | 111010001010010010001010111001011001011110000101 | e8a48ae59785 |
EUC-JP | 隍雁羅 | 111100001010011010110100111001111100110111100101 | f0a6b4e7cde5 |
UTF-8 | 隍雁羅 | 111010011001101010001101111010011001101110000001111001111011111010000101 | e99a8de99b81e7be85 |
UHC | 隍雁羅 | 111111001101101111100100110100101101010011111110 | fcdbe4d2d4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)