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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 褻櫁。「\ | 11100101111101101001111011101000101000011010001001011100 | e5f69ee8a1a25c |
EUC-JP | 褻櫁。「\ | 111010101111100011011100111010101000111010100001100011101010001001011100 | eaf8dcea8ea18ea25c |
UTF-8 | 褻櫁。「\ | 11101000101001001011101111100110101010111000000111101111101111011010000111101111101111011010001001011100 | e8a4bbe6ab81efbda1efbda25c |
UHC | 褻???\ | 111000001110000100111111001111110011111101011100 | e0e13f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)