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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 魚?^ | 10001011100110110011111101011110 | 8b9b3f5e |
EUC-JP | 魚?^ | 10110101111110110011111101011110 | b5fb3f5e |
UTF-8 | 魚쉉^ | 11101001101011011001101011101100100010011000100101011110 | e9ad9aec89895e |
UHC | 魚쉉^ | 1110010111100000100110100110001101011110 | e5e09a635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)