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 | 錏滓ュ籬 | 1110011111111001100111111110011010000011100001011110001011011111 | e7f99fe68385e2df |
EUC-JP | 錏滓ュ籬 | 1110111011111011110111101110100010100101111001011110010011100001 | eefbdee8a5e5e4e1 |
UTF-8 | 錏滓ュ籬 | 111010011000110010001111111001101011101110010011111000111000001110100101111001111011000110101100 | e98c8fe6bb93e383a5e7b1ac |
UHC | ?滓ュ籬 | 00111111111011101010101110101011111001011101011111100110 | 3feeababe5d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)