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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?摯?摯B | 00111111100111011001010100111111100111011001010101000010 | 3f9d953f9d9542 |
EUC-JP | 瀷摯瀷摯B | 1000111111001001101101001101100111110101100011111100100110110100110110011111010101000010 | 8fc9b4d9f58fc9b4d9f542 |
UTF-8 | 瀷摯瀷摯B | 11100111100000001011011111100110100100011010111111100111100000001011011111100110100100011010111101000010 | e780b7e691afe780b7e691af42 |
UHC | 瀷摯瀷摯B | 111011001100101111110010101001111110110011001011111100101010011101000010 | eccbf2a7eccbf2a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)