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°N» | 10010010010001011001001001010110100100011011000010010010010011101001000110111011 | 9245925691b0924e91bb |
SJIS-WIN | ?E?V?°?N?? | 0011111101000101001111110101011000111111100000011000101100111111010011100011111100111111 | 3f453f563f818b3f4e3f3f |
EUC-JP | ?E?V?°?N?? | 0011111101000101001111110101011000111111101000011110101100111111010011100011111100111111 | 3f453f563fa1eb3f4e3f3f |
UTF-8 | EV°N» | 1100001010010010010001011100001010010010010101101100001010010001110000101011000011000010100100100100111011000010100100011100001010111011 | c29245c29256c291c2b0c2924ec291c2bb |
UHC | ?E?V?°?N?? | 0011111101000101001111110101011000111111101000011100011000111111010011100011111100111111 | 3f453f563fa1c63f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)