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 | ¼¹¼×^ | 1011110010111001101111001101011101011110 | bcb9bcd75e |
SJIS-WIN | ???×^ | 001111110011111100111111100000010111111001011110 | 3f3f3f817e5e |
EUC-JP | ???×^ | 001111110011111100111111101000011101111101011110 | 3f3f3fa1df5e |
UTF-8 | ¼¹¼×^ | 110000101011110011000010101110011100001010111100110000111001011101011110 | c2bcc2b9c2bcc3975e |
UHC | ¼¹¼×^ | 101010001111100110101001111101101010100011111001101000011011111101011110 | a8f9a9f6a8f9a1bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)