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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 拗?A嶢 | 100111010101100000111111010000011001101111010000 | 9d583f419bd0 |
EUC-JP | 拗?A嶢 | 110110011011100100111111010000011101011011010010 | d9b93f41d6d2 |
UTF-8 | 拗렭A嶢 | 11100110100010111001011111101011101000001010110101000001111001011011011010100010 | e68b97eba0ad41e5b6a2 |
UHC | 拗렭A嶢 | 11101000111100111000111010111010010000011110100011110010 | e8f38eba41e8f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)