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 | ???材?\ | 00111111001111110011111110001101110111100011111101011100 | 3f3f3f8dde3f5c |
EUC-JP | ???材?\ | 00111111001111110011111110111010111000000011111101011100 | 3f3f3fbae03f5c |
UTF-8 | 롎롃렎材렕\ | 11101011101000011000111011101011101000011000001111101011101000001000111011100110100111011001000011101011101000001001010101011100 | eba18eeba183eba08ee69d90eba0955c |
UHC | 롎롃렎材렕\ | 1000111011010100100011101100101010001110101001001110111010100111100011101010101001011100 | 8ed48eca8ea4eea78eaa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)