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 | ûZ¾x{d | 11111011010110101000111010111110011110000111101101100100 | fb5a8ebe787b64 |
SJIS-WIN | ?Z??x{d | 00111111010110100011111100111111011110000111101101100100 | 3f5a3f3f787b64 |
EUC-JP | ûZ??x{d | 100011111010101111100101010110100011111100111111011110000111101101100100 | 8fabe55a3f3f787b64 |
UTF-8 | ûZ¾x{d | 11000011101110110101101011000010100011101100001010111110011110000111101101100100 | c3bb5ac28ec2be787b64 |
UHC | ?Z?¾x{d | 0011111101011010001111111010100011111010011110000111101101100100 | 3f5a3fa8fa787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)