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^ | 111010001111111010111101010001001110100011111110101111010100010001011110 | e8febd44e8febd445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | èþ?Dèþ?D^ | 1000111110101011101100101000111110101001110100000011111101000100100011111010101110110010100011111010100111010000001111110100010001011110 | 8fabb28fa9d03f448fabb28fa9d03f445e |
UTF-8 | èþ½Dèþ½D^ | 110000111010100011000011101111101100001010111101010001001100001110101000110000111011111011000010101111010100010001011110 | c3a8c3bec2bd44c3a8c3bec2bd445e |
UHC | ?þ½D?þ½D^ | 00111111101010011010110110101000111101100100010000111111101010011010110110101000111101100100010001011110 | 3fa9ada8f6443fa9ada8f6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)