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 | 紆紺頗繒? | 111000101111110010001101101011101001000010011100111110111000111100111111 | e2fc8dae909cfb8f3f |
EUC-JP | 紆紺頗繒醱 | 111001001111111010111010101100001011111111111100100011111101010011010100100011111110001011110111 | e4febab0bffc8fd4d48fe2f7 |
UTF-8 | 紆紺頗繒醱 | 111001111011010010000110111001111011010010111010111010011010000010010111111001111011100110010010111010011000011010110001 | e7b486e7b4bae9a097e7b992e986b1 |
UHC | 紆紺頗繒醱 | 11101001111000011100101011111010111101111111011011110001111110011101101110100011 | e9e1cafaf7f6f1f9dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)