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 | ó°×Ù | 11110011101100001101011111011001 | f3b0d7d9 |
SJIS-WIN | ?°×? | 001111111000000110001011100000010111111000111111 | 3f818b817e3f |
EUC-JP | ó°×Ù | 10001111101010111101000110100001111010111010000111011111100011111010101011100011 | 8fabd1a1eba1df8faae3 |
UTF-8 | ó°×Ù | 1100001110110011110000101011000011000011100101111100001110011001 | c3b3c2b0c397c399 |
UHC | ?°×? | 001111111010000111000110101000011011111100111111 | 3fa1c6a1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)