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 | 鬮丞羅 | 111010011010101110001111111001011001011110000101 | e9ab8fe59785 |
EUC-JP | 鬮丞羅 | 111100101010110110111110111001111100110111100101 | f2adbee7cde5 |
UTF-8 | 鬮丞羅 | 111010011010110010101110111001001011100010011110111001111011111010000101 | e9acaee4b89ee7be85 |
UHC | ?丞羅 | 0011111111100011101010101101010011111110 | 3fe3aad4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)