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 | çÏRè£ | 111001111100111110011001010100101110100010100011 | e7cf9952e8a3 |
SJIS-WIN | ???R?£ | 00111111001111110011111101010010001111111000000110010010 | 3f3f3f523f8192 |
EUC-JP | çÏ?Rè£ | 10001111101010111010111010001111101010101100000100111111010100101000111110101011101100101010000111110010 | 8fabae8faac13f528fabb2a1f2 |
UTF-8 | çÏRè£ | 1100001110100111110000111000111111000010100110010101001011000011101010001100001010100011 | c3a7c38fc29952c3a8c2a3 |
UHC | ???R?? | 001111110011111100111111010100100011111100111111 | 3f3f3f523f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)