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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錏滓刀蟷 | 1110011111111001100111111110011010010011100000011110010110111001 | e7f99fe69381e5b9 |
EUC-JP | 錏滓刀蟷 | 1110111011111011110111101110100011000101111000011110101010111011 | eefbdee8c5e1eabb |
UTF-8 | 錏滓刀蟷 | 111010011000110010001111111001101011101110010011111001011000100010000000111010001001111110110111 | e98c8fe6bb93e58880e89fb7 |
UHC | ?滓刀? | 001111111110111010101011110100111110111100111111 | 3feeabd3ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)