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 | íõDíõD^ | 111011011111010110010011010001001110110111110101100100110100010001011110 | edf59344edf593445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | íõ?Díõ?D^ | 1000111110101011101111111000111110101011110110000011111101000100100011111010101110111111100011111010101111011000001111110100010001011110 | 8fabbf8fabd83f448fabbf8fabd83f445e |
UTF-8 | íõDíõD^ | 110000111010110111000011101101011100001010010011010001001100001110101101110000111011010111000010100100110100010001011110 | c3adc3b5c29344c3adc3b5c293445e |
UHC | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)