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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 謁央 | 10001001011110011000100110011011 | 8979899b |
EUC-JP | 謁央 | 10110001110110101011000111111011 | b1dab1fb |
UTF-8 | 謁央 | 111010001010110010000001111001011010010010101110 | e8ac81e5a4ae |
UHC | 謁央 | 11100100110101111110010011100111 | e4d7e4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)