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 | «±«³~ | 10001111101010111011000110001111101010111011001101111110 | 8fabb18fabb37e |
SJIS-WIN | ??±???~ | 0011111100111111100000010111110100111111001111110011111101111110 | 3f3f817d3f3f3f7e |
EUC-JP | ??±???~ | 0011111100111111101000011101111000111111001111110011111101111110 | 3f3fa1de3f3f3f7e |
UTF-8 | «±«³~ | 11000010100011111100001010101011110000101011000111000010100011111100001010101011110000101011001101111110 | c28fc2abc2b1c28fc2abc2b37e |
UHC | ??±??³~ | 001111110011111110100001101111100011111100111111101010011111100001111110 | 3f3fa1be3f3fa9f87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)