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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 漬蛟??\ | 10010010110100001110010110000000001111110011111101011100 | 92d0e5803f3f5c |
EUC-JP | 漬蛟??\ | 11000100110100101110100111100000001111110011111101011100 | c4d2e9e03f3f5c |
UTF-8 | 漬蛟렰렔\ | 11100110101111001010110011101000100110111001111111101011101000001011000011101011101000001001010001011100 | e6bcace89b9feba0b0eba0945c |
UHC | 漬蛟렰렔\ | 111100101011000011001110111100011000111010111101100011101010100101011100 | f2b0cef18ebd8ea95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)