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 | 遒ホ妺ム | 111001111010001011001110111110101010010111010001 | e7a2cefaa5d1 |
EUC-JP | 遒ホ妺ム | 111011101010010010001110110011101000111110111001101101111000111011010001 | eea48ece8fb9b78ed1 |
UTF-8 | 遒ホ妺ム | 111010011000000110010010111011111011111010001110111001011010011010111010111011111011111010010001 | e98192efbe8ee5a6baefbe91 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)