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 | ç§è³ | 111001111001101110100111111010001000110110110011 | e79ba7e88db3 |
SJIS-WIN | ??§??? | 00111111001111111000000110011000001111110011111100111111 | 3f3f81983f3f3f |
EUC-JP | ç?§è?? | 1000111110101011101011100011111110100001111110001000111110101011101100100011111100111111 | 8fabae3fa1f88fabb23f3f |
UTF-8 | ç§è³ | 110000111010011111000010100110111100001010100111110000111010100011000010100011011100001010110011 | c3a7c29bc2a7c3a8c28dc2b3 |
UHC | ??§??³ | 0011111100111111101000011101011100111111001111111010100111111000 | 3f3fa1d73f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)