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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涓??曰 | 100111111011000000111111001111111001111001001000 | 9fb03f3f9e48 |
EUC-JP | 涓??曰 | 110111101011001000111111001111111101101110101001 | deb23f3fdba9 |
UTF-8 | 涓롋렢曰 | 111001101011011010010011111010111010000110001011111010111010000010100010111001101001101110110000 | e6b693eba18beba0a2e69bb0 |
UHC | 涓롋렢曰 | 1110011011001111100011101101000110001110101100111110100011011000 | e6cf8ed18eb3e8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)