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íDB | 111011011001100010011000010001001110110110011000100110000100010001000010 | ed989844ed98984442 |
SJIS-WIN | ???D???DB | 001111110011111100111111010001000011111100111111001111110100010001000010 | 3f3f3f443f3f3f4442 |
EUC-JP | í??Dí??DB | 10001111101010111011111100111111001111110100010010001111101010111011111100111111001111110100010001000010 | 8fabbf3f3f448fabbf3f3f4442 |
UTF-8 | íDíDB | 110000111010110111000010100110001100001010011000010001001100001110101101110000101001100011000010100110000100010001000010 | c3adc298c29844c3adc298c2984442 |
UHC | ???D???DB | 001111110011111100111111010001000011111100111111001111110100010001000010 | 3f3f3f443f3f3f4442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)