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 | è¨ùè | 111010001010100010011101111110011110100010010001 | e8a89df9e891 |
SJIS-WIN | ?¨???? | 00111111100000010100111000111111001111110011111100111111 | 3f814e3f3f3f3f |
EUC-JP | è¨?ùè? | 10001111101010111011001010100001101011110011111110001111101010111110001110001111101010111011001000111111 | 8fabb2a1af3f8fabe38fabb23f |
UTF-8 | è¨ùè | 110000111010100011000010101010001100001010011101110000111011100111000011101010001100001010010001 | c3a8c2a8c29dc3b9c3a8c291 |
UHC | ?¨???? | 00111111101000011010011100111111001111110011111100111111 | 3fa1a73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)