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 | ð§¸è¤ | 1111000010100111101110001110100010100100 | f0a7b8e8a4 |
SJIS-WIN | ?§??? | 001111111000000110011000001111110011111100111111 | 3f81983f3f3f |
EUC-JP | ð§¸è¤ | 1000111110101001110000111010000111111000100011111010001010110001100011111010101110110010100011111010001011110000 | 8fa9c3a1f88fa2b18fabb28fa2f0 |
UTF-8 | ð§¸è¤ | 11000011101100001100001010100111110000101011100011000011101010001100001010100100 | c3b0c2a7c2b8c3a8c2a4 |
UHC | ð§¸?¤ | 101010011010001110100001110101111010001010101100001111111010001010110100 | a9a3a1d7a2ac3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)