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 | é´å³¨Î | 1110100110011010101101001110010110110011101010001100111010011101 | e99ab4e5b3a8ce9d |
SJIS-WIN | ??´??¨?? | 00111111001111111000000101001100001111110011111110000001010011100011111100111111 | 3f3f814c3f3f814e3f3f |
EUC-JP | é?´å?¨Î? | 10001111101010111011000100111111101000011010110110001111101010111010100100111111101000011010111110001111101010101100001000111111 | 8fabb13fa1ad8faba93fa1af8faac23f |
UTF-8 | é´å³¨Î | 11000011101010011100001010011010110000101011010011000011101001011100001010110011110000101010100011000011100011101100001010011101 | c3a9c29ac2b4c3a5c2b3c2a8c38ec29d |
UHC | ??´?³¨?? | 0011111100111111101000101010010100111111101010011111100010100001101001110011111100111111 | 3f3fa2a53fa9f8a1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)