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^ | 111010111111110010001110010001001110101111111100100011100100010001011110 | ebfc8e44ebfc8e445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ëü?Dëü?D^ | 1000111110101011101100111000111110101011111001000011111101000100100011111010101110110011100011111010101111100100001111110100010001011110 | 8fabb38fabe43f448fabb38fabe43f445e |
UTF-8 | ëüDëüD^ | 110000111010101111000011101111001100001010001110010001001100001110101011110000111011110011000010100011100100010001011110 | c3abc3bcc28e44c3abc3bcc28e445e |
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)