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 | Õüש^ | 1101010111111100110101111010100101011110 | d5fcd7a95e |
SJIS-WIN | ??×?^ | 001111110011111110000001011111100011111101011110 | 3f3f817e3f5e |
EUC-JP | Õüש^ | 100011111010101011011000100011111010101111100100101000011101111110001111101000101110110101011110 | 8faad88fabe4a1df8fa2ed5e |
UTF-8 | Õüש^ | 110000111001010111000011101111001100001110010111110000101010100101011110 | c395c3bcc397c2a95e |
UHC | ??×?^ | 001111110011111110100001101111110011111101011110 | 3f3fa1bf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)