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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??桀? | 0011111100111111100111100111101100111111 | 3f3f9e7b3f |
EUC-JP | ??桀? | 0011111100111111110110111101110000111111 | 3f3fdbdc3f |
UTF-8 | 룶괍桀쓴 | 111010111010001110110110111010101011010010001101111001101010000110000000111011001001001110110100 | eba3b6eab48de6a180ec93b4 |
UHC | 룶괍桀쓴 | 1000111110101011101100011010001011001011111110101011111010110100 | 8fabb1a2cbfabeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)