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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬘丞涵螳ヲ陟 | 1110100110100001100011111110010110011111101111001110010110101110101001101110100010100000 | e9a18fe59fbce5aea6e8a0 |
EUC-JP | 鬘丞涵螳ヲ陟 | 111100101010001110111110111001111101111010111110111010101011000010001110101001101111000010100010 | f2a3bee7debeeab08ea6f0a2 |
UTF-8 | 鬘丞涵螳ヲ陟 | 111010011010110010011000111001001011100010011110111001101011011010110101111010001001111010110011111011111011110110100110111010011001100110011111 | e9ac98e4b89ee6b6b5e89eb3efbda6e9999f |
UHC | ?丞涵螳?陟 | 00111111111000111010101011111001111001001101001111011001001111111111010010110011 | 3fe3aaf9e4d3d93ff4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)