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 | ´±ô | 1000111010110100100011111011000111110100 | 8eb48fb1f4 |
SJIS-WIN | ?´?±? | 00111111100000010100110000111111100000010111110100111111 | 3f814c3f817d3f |
EUC-JP | ?´?±ô | 001111111010000110101101001111111010000111011110100011111010101111010100 | 3fa1ad3fa1de8fabd4 |
UTF-8 | ´±ô | 11000010100011101100001010110100110000101000111111000010101100011100001110110100 | c28ec2b4c28fc2b1c3b4 |
UHC | ?´?±? | 00111111101000101010010100111111101000011011111000111111 | 3fa2a53fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)