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 | 髙宍鳰辞 | 1111101111111100100011101011001111101001111010101000111010101011 | fbfc8eb3e9ea8eab |
EUC-JP | ?宍鳰辞 | 00111111101111001011010111110010111011001011110010101101 | 3fbcb5f2ecbcad |
UTF-8 | 髙宍鳰辞 | 111010011010101110011001111001011010111010001101111010011011001110110000111010001011111010011110 | e9ab99e5ae8de9b3b0e8be9e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)