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 | 蜍蜍蜍蜍 | 1110010110001011111001011000101111100101100010111110010110001011 | e58be58be58be58b |
EUC-JP | 蜍蜍蜍蜍 | 1110100111101011111010011110101111101001111010111110100111101011 | e9ebe9ebe9ebe9eb |
UTF-8 | 蜍蜍蜍蜍 | 111010001001110010001101111010001001110010001101111010001001110010001101111010001001110010001101 | e89c8de89c8de89c8de89c8d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)