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? | 001111110100000100111111 | 3f413f |
SJIS-WIN | 涌A終 | 1001011101001111010000011000111101001001 | 974f418f49 |
EUC-JP | 涌A終 | 1100110110110000010000011011110110101010 | cdb041bdaa |
UTF-8 | 涌A終 | 11100110101101101000110001000001111001111011010110000010 | e6b68c41e7b582 |
UHC | 涌A終 | 1110100110111111010000011111000011111011 | e9bf41f0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)