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 | 唸哺珈俾 | 1001101001011000100110100100110111100000110110111001100011101010 | 9a589a4de0db98ea |
EUC-JP | 唸哺珈俾 | 1101001110111001110100111010111011100000110111011101000011101100 | d3b9d3aee0ddd0ec |
UTF-8 | 唸哺珈俾 | 111001011001010010111000111001011001001110111010111001111000111110001000111001001011111110111110 | e594b8e593bae78f88e4bfbe |
UHC | ?哺?? | 0011111111111000110101000011111100111111 | 3ff8d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)