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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 藥≪?悟? | 1110010101011010100000011110000100111111100011001110010100111111 | e55a81e13f8ce53f |
EUC-JP | 藥≪?悟? | 1110100110111011101000101110001100111111101110001110011100111111 | e9bba2e33fb8e73f |
UTF-8 | 藥≪꼹悟둆 | 111010001001011110100101111000101000100110101010111010101011110010111001111001101000001010011111111010111001000110000110 | e897a5e289aaeabcb9e6829feb9186 |
UHC | 藥≪꼹悟둆 | 11100101101101111010000111101100100001001001000111100111111101101000101001000010 | e5b7a1ec8491e7f68a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)