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 | 錏滓ュ籬冶 | 11100111111110011001111111100110100000111000010111100010110111111001011011101000 | e7f99fe68385e2df96e8 |
EUC-JP | 錏滓ュ籬冶 | 11101110111110111101111011101000101001011110010111100100111000011100110011101010 | eefbdee8a5e5e4e1ccea |
UTF-8 | 錏滓ュ籬冶 | 111010011000110010001111111001101011101110010011111000111000001110100101111001111011000110101100111001011000011010110110 | e98c8fe6bb93e383a5e7b1ace586b6 |
UHC | ?滓ュ籬冶 | 001111111110111010101011101010111110010111010111111001101110010110100111 | 3feeababe5d7e6e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)