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 | ?r?W | 00111111011100100011111101010111 | 3f723f57 |
SJIS-WIN | 涌r咤W | 100101110100111101110010100110100100001001010111 | 974f729a4257 |
EUC-JP | 涌r咤W | 110011011011000001110010110100111010001101010111 | cdb072d3a357 |
UTF-8 | 涌r咤W | 1110011010110110100011000111001011100101100100101010010001010111 | e6b68c72e592a457 |
UHC | 涌r咤W | 111010011011111101110010111101101110001101010111 | e9bf72f6e357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)