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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 汚щ? | 1000100110011000100001001000101100111111 | 8998848b3f |
EUC-JP | 汚щ? | 1011000111111000101001111110101100111111 | b1f8a7eb3f |
UTF-8 | 汚щ졁 | 1110011010110001100110101101000110001001111011001010000110000001 | e6b19ad189eca181 |
UHC | 汚щ졁 | 111001111111110110101100111010111010000010110010 | e7fdaceba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)