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 | å°í¥ | 111001011011000010000111111011011001000110100101 | e5b087ed91a5 |
SJIS-WIN | ?°???¥ | 0011111110000001100010110011111100111111001111111000000110001111 | 3f818b3f3f3f818f |
EUC-JP | å°?í?? | 1000111110101011101010011010000111101011001111111000111110101011101111110011111100111111 | 8faba9a1eb3f8fabbf3f3f |
UTF-8 | å°í¥ | 110000111010010111000010101100001100001010000111110000111010110111000010100100011100001010100101 | c3a5c2b0c287c3adc291c2a5 |
UHC | ?°???? | 00111111101000011100011000111111001111110011111100111111 | 3fa1c63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)