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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ロ「磅 | 11110111111101011111001011001011111101001110101111011011101000101110000111111010 | f7f5f2cbf4ebdba2e1fa |
EUC-JP | ???ロ「磅 | 001111110011111100111111100011101101101110001110101000101110001011111100 | 3f3f3f8edb8ea2e2fc |
UTF-8 | ロ「磅 | 111011101001011110011000111011101000100010000010111011101000111010011010111011111011111010011011111011111011110110100010111001111010001110000101 | ee9798ee8882ee8e9aefbe9befbda2e7a385 |
UHC | ?????磅 | 00111111001111110011111100111111001111111101101110110110 | 3f3f3f3f3fdbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)