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^ | 111010001111010010000011010001001110100011110100100000110100010001011110 | e8f48344e8f483445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | èô?Dèô?D^ | 1000111110101011101100101000111110101011110101000011111101000100100011111010101110110010100011111010101111010100001111110100010001011110 | 8fabb28fabd43f448fabb28fabd43f445e |
UTF-8 | èôDèôD^ | 110000111010100011000011101101001100001010000011010001001100001110101000110000111011010011000010100000110100010001011110 | c3a8c3b4c28344c3a8c3b4c283445e |
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)