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 | 藥≪?訝? | 1110010101011010100000011110000100111111111001100110001000111111 | e55a81e13fe6623f |
EUC-JP | 藥≪?訝? | 1110100110111011101000101110001100111111111010111100001100111111 | e9bba2e33febc33f |
UTF-8 | 藥≪꼹訝뺾 | 111010001001011110100101111000101000100110101010111010101011110010111001111010001010100010011101111010111011101010111110 | e897a5e289aaeabcb9e8a89debbabe |
UHC | 藥≪꼹訝뺾 | 11100101101101111010000111101100100001001001000111100100101110001001011001000111 | e5b7a1ec8491e4b89647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)