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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯伜唱邯憺 | 11101001101011001001100011100101100011111010010111100111101101101001110011101001 | e9ac98e58fa5e7b69ce9 |
EUC-JP | 鬯伜唱邯憺 | 11110010101011101101000011100111101111101010011111101110101110001101100011101011 | f2aed0e7bea7eeb8d8eb |
UTF-8 | 鬯伜唱邯憺 | 111010011010110010101111111001001011110010011100111001011001010010110001111010011000001010101111111001101000011010111010 | e9acafe4bc9ce594b1e982afe686ba |
UHC | ??唱邯憺 | 0011111100111111111100111101110111001010111110111101001110111100 | 3f3ff3ddcafbd3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)