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 | ì©´èȹ | 111011001010100110110100111010001100100010111001 | eca9b4e8c8b9 |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | ì©´èÈ? | 100011111010101111000000100011111010001011101101101000011010110110001111101010111011001010001111101010101011001000111111 | 8fabc08fa2eda1ad8fabb28faab23f |
UTF-8 | ì©´èȹ | 110000111010110011000010101010011100001010110100110000111010100011000011100010001100001010111001 | c3acc2a9c2b4c3a8c388c2b9 |
UHC | ??´??¹ | 0011111100111111101000101010010100111111001111111010100111110110 | 3f3fa2a53f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)