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 | é°²\ | 11101001101100001011001001011100 | e9b0b25c |
SJIS-WIN | ?°?\ | 0011111110000001100010110011111101011100 | 3f818b3f5c |
EUC-JP | é°?\ | 10001111101010111011000110100001111010110011111101011100 | 8fabb1a1eb3f5c |
UTF-8 | é°²\ | 11000011101010011100001010110000110000101011001001011100 | c3a9c2b0c2b25c |
UHC | ?°²\ | 001111111010000111000110101010011111011101011100 | 3fa1c6a9f75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)