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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 兀??昻? | 10011001010110010011111100111111111110101101000000111111 | 99593f3ffad03f |
EUC-JP | 兀???? | 110100011011101000111111001111110011111100111111 | d1ba3f3f3f3f |
UTF-8 | 兀뽫퓼昻쬪 | 111001011000010110000000111010111011110110101011111011011001001110111100111001101001100010111011111011001010110010101010 | e58580ebbdabed93bce698bbecacaa |
UHC | 兀뽫퓼昻쬪 | 11101000101101001001011011100111101111111010000011100100111010011010011101100001 | e8b496e7bfa0e4e9a761 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)