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 | ?U?W | 00111111010101010011111101010111 | 3f553f57 |
SJIS-WIN | 涌U咤W | 100101110100111101010101100110100100001001010111 | 974f559a4257 |
EUC-JP | 涌U咤W | 110011011011000001010101110100111010001101010111 | cdb055d3a357 |
UTF-8 | 涌U咤W | 1110011010110110100011000101010111100101100100101010010001010111 | e6b68c55e592a457 |
UHC | 涌U咤W | 111010011011111101010101111101101110001101010111 | e9bf55f6e357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)