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 | 淨?垣矜?\ | 100111111100010000111111100010100101111111100001111000000011111101011100 | 9fc43f8a5fe1e03f5c |
EUC-JP | 淨?垣矜汶\ | 1101111011000110001111111011001111000000111000101110001010001111110001101110010101011100 | dec63fb3c0e2e28fc6e55c |
UTF-8 | 淨렠垣矜汶\ | 11100110101101111010100011101011101000001010000011100101100111101010001111100111100111111001110011100110101100011011011001011100 | e6b7a8eba0a0e59ea3e79f9ce6b1b65c |
UHC | 淨렠垣矜汶\ | 1110111111100100100011101011000111101010101011111101000011101000110110101010000101011100 | efe48eb1eaafd0e8daa15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)