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^ | 111001111111110010111011010001001110011111111100101110110100010001011110 | e7fcbb44e7fcbb445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | çü?Dçü?D^ | 1000111110101011101011101000111110101011111001000011111101000100100011111010101110101110100011111010101111100100001111110100010001011110 | 8fabae8fabe43f448fabae8fabe43f445e |
UTF-8 | çü»Dçü»D^ | 110000111010011111000011101111001100001010111011010001001100001110100111110000111011110011000010101110110100010001011110 | c3a7c3bcc2bb44c3a7c3bcc2bb445e |
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)