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¹ªk | 10010010010001001001000110111001100100011010101001101011 | 924491b991aa6b |
SJIS-WIN | ?D????k | 00111111010001000011111100111111001111110011111101101011 | 3f443f3f3f3f6b |
EUC-JP | ?D???ªk | 001111110100010000111111001111110011111110001111101000101110110001101011 | 3f443f3f3f8fa2ec6b |
UTF-8 | D¹ªk | 110000101001001001000100110000101001000111000010101110011100001010010001110000101010101001101011 | c29244c291c2b9c291c2aa6b |
UHC | ?D?¹?ªk | 001111110100010000111111101010011111011000111111101010001010001101101011 | 3f443fa9f63fa8a36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)