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 | ù§Ôä | 11111001101001111101010011100100 | f9a7d4e4 |
SJIS-WIN | ?§?? | 0011111110000001100110000011111100111111 | 3f81983f3f |
EUC-JP | ù§Ôä | 1000111110101011111000111010000111111000100011111010101011010100100011111010101110100011 | 8fabe3a1f88faad48faba3 |
UTF-8 | ù§Ôä | 1100001110111001110000101010011111000011100101001100001110100100 | c3b9c2a7c394c3a4 |
UHC | ?§?? | 0011111110100001110101110011111100111111 | 3fa1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)