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 | 奧??沃 | 100110101111101000111111001111111001011110000000 | 9afa3f3f9780 |
EUC-JP | 奧?˛沃 | 1101010011111100001111111000111110100010101101011100110111100000 | d4fc3f8fa2b5cde0 |
UTF-8 | 奧곲˛沃 | 1110010110100101101001111110101010110011101100101100101110011011111001101011001010000011 | e5a5a7eab3b2cb9be6b283 |
UHC | 奧곲˛沃 | 1110011111110011100000011110100110100010101011011110100010101010 | e7f381e9a2ade8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)