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 | 11101000100010111001110011100111101101111001001011100110100001001000000101000010 | e88b9ce7b792e6848142 |
EUC-JP | 闍懃キ呈пB | 1110111111101011110110001110100110001110101101111100010011101000101001111110000101000010 | efebd8e98eb7c4e8a7e142 |
UTF-8 | 闍懃キ呈пB | 111010011001011110001101111001101000011110000011111011111011110110110111111001011001000110001000110100001011111101000010 | e9978de68783efbdb7e59188d0bf42 |
UHC | ?懃?呈пB | 001111111101000011000100001111111110111111010000101011001110000101000010 | 3fd0c43fefd0ace142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)