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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 闍樣囂遘黍B | 1110100010001011100111101110100110011010100011111110011110100111100010110110111101000010 | e88b9ee99a8fe7a78b6f42 |
EUC-JP | 闍樣囂遘黍B | 1110111111101011110111001110101111010011111011111110111010101001101101011101000001000010 | efebdcebd3efeea9b5d042 |
UTF-8 | 闍樣囂遘黍B | 11101001100101111000110111100110101010001010001111100101100110111000001011101001100000011001100011101001101110111000110101000010 | e9978de6a8a3e59b82e98198e9bb8d42 |
UHC | ?樣??黍B | 0011111111100101110001100011111100111111111000001010100001000010 | 3fe5c63f3fe0a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)