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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | セ蜴シセ蜴シB | 101111101110010110001110101111001011111011100101100011101011110001000010 | bee58ebcbee58ebc42 |
EUC-JP | セ蜴シセ蜴シB | 10001110101111101110100111101110100011101011110010001110101111101110100111101110100011101011110001000010 | 8ebee9ee8ebc8ebee9ee8ebc42 |
UTF-8 | セ蜴シセ蜴シB | 11101111101111011011111011101000100111001011010011101111101111011011110011101111101111011011111011101000100111001011010011101111101111011011110001000010 | efbdbee89cb4efbdbcefbdbee89cb4efbdbc42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)