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 | 丹å°\ | 11100100101110001011100111100101101100001000101001011100 | e4b8b9e5b08a5c |
SJIS-WIN | ????°?\ | 0011111100111111001111110011111110000001100010110011111101011100 | 3f3f3f3f818b3f5c |
EUC-JP | ��\ | 1000111110101011101000111000111110100010101100010011111110001111101010111010100110100001111010110011111101011100 | 8faba38fa2b13f8faba9a1eb3f5c |
UTF-8 | 丹å°\ | 11000011101001001100001010111000110000101011100111000011101001011100001010110000110000101000101001011100 | c3a4c2b8c2b9c3a5c2b0c28a5c |
UHC | ?¸¹?°?\ | 00111111101000101010110010101001111101100011111110100001110001100011111101011100 | 3fa2aca9f63fa1c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)