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 | å©e辿 | 11100101100011111010100101100101111010001011111010111111 | e58fa965e8bebf |
SJIS-WIN | ???e??? | 00111111001111110011111101100101001111110011111100111111 | 3f3f3f653f3f3f |
EUC-JP | å?©eè?¿ | 100011111010101110101001001111111000111110100010111011010110010110001111101010111011001000111111100011111010001011000100 | 8faba93f8fa2ed658fabb23f8fa2c4 |
UTF-8 | å©e辿 | 11000011101001011100001010001111110000101010100101100101110000111010100011000010101111101100001010111111 | c3a5c28fc2a965c3a8c2bec2bf |
UHC | ???e?¾¿ | 001111110011111100111111011001010011111110101000111110101010001010101111 | 3f3f3f653fa8faa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)