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 | ñÜ÷¤Òý | 111100011101110011110111101001001101001011111101 | f1dcf7a4d2fd |
SJIS-WIN | ??÷??? | 00111111001111111000000110000000001111110011111100111111 | 3f3f81803f3f3f |
EUC-JP | ñÜ÷¤Òý | 1000111110101011110100001000111110101010111001001010000111100000100011111010001011110000100011111010101011010010100011111010101111110010 | 8fabd08faae4a1e08fa2f08faad28fabf2 |
UTF-8 | ñÜ÷¤Òý | 110000111011000111000011100111001100001110110111110000101010010011000011100100101100001110111101 | c3b1c39cc3b7c2a4c392c3bd |
UHC | ??÷¤?? | 0011111100111111101000011100000010100010101101000011111100111111 | 3f3fa1c0a2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)