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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 臾щ?臾? | 1110010001101011100001001000101100111111111001000110101100111111 | e46b848b3fe46b3f |
EUC-JP | 臾щ?臾? | 1110011111001100101001111110101100111111111001111100110000111111 | e7cca7eb3fe7cc3f |
UTF-8 | 臾щ쳣臾뀀 | 1110100010000111101111101101000110001001111011001011001110100011111010001000011110111110111010111000000010000000 | e887bed189ecb3a3e887beeb8080 |
UHC | 臾щ쳣臾뀀 | 11101011101011001010110011101011101010111000100111101011101011001011001011101011 | ebacacebab89ebacb2eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)