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 | èßUè¾ | 111010001101111110010100010101011110100010111110 | e8df9455e8be |
SJIS-WIN | ???U?? | 001111110011111100111111010101010011111100111111 | 3f3f3f553f3f |
EUC-JP | èß?Uè? | 100011111010101110110010100011111010100111001110001111110101010110001111101010111011001000111111 | 8fabb28fa9ce3f558fabb23f |
UTF-8 | èßUè¾ | 1100001110101000110000111001111111000010100101000101010111000011101010001100001010111110 | c3a8c39fc29455c3a8c2be |
UHC | ?ß?U?¾ | 0011111110101001101011000011111101010101001111111010100011111010 | 3fa9ac3f553fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)