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 | èüû¨» | 111010001111110011111011101010001000111110111011 | e8fcfba88fbb |
SJIS-WIN | ???¨?? | 00111111001111110011111110000001010011100011111100111111 | 3f3f3f814e3f3f |
EUC-JP | èüû¨?? | 10001111101010111011001010001111101010111110010010001111101010111110010110100001101011110011111100111111 | 8fabb28fabe48fabe5a1af3f3f |
UTF-8 | èüû¨» | 110000111010100011000011101111001100001110111011110000101010100011000010100011111100001010111011 | c3a8c3bcc3bbc2a8c28fc2bb |
UHC | ???¨?? | 00111111001111110011111110100001101001110011111100111111 | 3f3f3fa1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)