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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闍懃キ呈п | 111010001000101110011100111001111011011110010010111001101000010010000001 | e88b9ce7b792e68481 |
EUC-JP | 闍懃キ呈п | 11101111111010111101100011101001100011101011011111000100111010001010011111100001 | efebd8e98eb7c4e8a7e1 |
UTF-8 | 闍懃キ呈п | 1110100110010111100011011110011010000111100000111110111110111101101101111110010110010001100010001101000010111111 | e9978de68783efbdb7e59188d0bf |
UHC | ?懃?呈п | 0011111111010000110001000011111111101111110100001010110011100001 | 3fd0c43fefd0ace1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)