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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 錏帷弗oBF | 111001111111100110011011111001111001010110100100011011110100001001000110 | e7f99be795a46f4246 |
EUC-JP | 錏帷弗oBF | 111011101111101111010110111010011100101010100110011011110100001001000110 | eefbd6e9caa66f4246 |
UTF-8 | 錏帷弗oBF | 111010011000110010001111111001011011100010110111111001011011110010010111011011110100001001000110 | e98c8fe5b8b7e5bc976f4246 |
UHC | ??弗oBF | 00111111001111111101110111010111011011110100001001000110 | 3f3fddd76f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)