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 | ù§Õ | 111110011010011111010101 | f9a7d5 |
SJIS-WIN | ?§? | 00111111100000011001100000111111 | 3f81983f |
EUC-JP | ù§Õ | 1000111110101011111000111010000111111000100011111010101011011000 | 8fabe3a1f88faad8 |
UTF-8 | ù§Õ | 110000111011100111000010101001111100001110010101 | c3b9c2a7c395 |
UHC | ?§? | 00111111101000011101011100111111 | 3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)