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 | EV®Iµ | 10010010010001011001001001010110100100011010111010010010010010011001000110110101 | 9245925691ae924991b5 |
SJIS-WIN | ?E?V???I?? | 00111111010001010011111101010110001111110011111100111111010010010011111100111111 | 3f453f563f3f3f493f3f |
EUC-JP | ?E?V?®?I?? | 001111110100010100111111010101100011111110001111101000101110111000111111010010010011111100111111 | 3f453f563f8fa2ee3f493f3f |
UTF-8 | EV®Iµ | 1100001010010010010001011100001010010010010101101100001010010001110000101010111011000010100100100100100111000010100100011100001010110101 | c29245c29256c291c2aec29249c291c2b5 |
UHC | ?E?V?®?I?? | 0011111101000101001111110101011000111111101000101110011100111111010010010011111100111111 | 3f453f563fa2e73f493f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)