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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 櫻??而?\ | 1001111101001110001111110011111110001110101001110011111101011100 | 9f4e3f3f8ea73f5c |
EUC-JP | 櫻??而?\ | 1101110110101111001111110011111110111100101010010011111101011100 | ddaf3f3fbca93f5c |
UTF-8 | 櫻뗣굝而웗\ | 11100110101010111011101111101011100101111010001111101010101101011001110111101000100000001000110011101100100110111001011101011100 | e6abbbeb97a3eab59de8808cec9b975c |
UHC | 櫻뗣굝而웗\ | 1110010110100001100010111110001110000010100001011110110010111011100111110110011101011100 | e5a18be38285ecbb9f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)