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 | 柚щ? | 1001011101001101100001001000101100111111 | 974d848b3f |
EUC-JP | 柚щ? | 1100110110101110101001111110101100111111 | cdaea7eb3f |
UTF-8 | 柚щㅂ | 1110011010011111100110101101000110001001111000111000010110000010 | e69f9ad189e38582 |
UHC | 柚щㅂ | 111010101111011010101100111010111010010010110010 | eaf6aceba4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)