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 | ¾É´ | 1011111011001001100011101011010010001110 | bec98eb48e |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ?É?´? | 0011111110001111101010101011000100111111101000011010110100111111 | 3f8faab13fa1ad3f |
UTF-8 | ¾É´ | 11000010101111101100001110001001110000101000111011000010101101001100001010001110 | c2bec389c28ec2b4c28e |
UHC | ¾??´? | 10101000111110100011111100111111101000101010010100111111 | a8fa3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)